Home
last modified time | relevance | path

Searched refs:rsLabel (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dstattext.h22 ,const wxString& rsLabel
29 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
34 ,const wxString& rsLabel
44 virtual void SetLabel(const wxString& rsLabel);
H A Dradiobut.h22 ,const wxString& rsLabel
34 ,rsLabel
45 ,const wxString& rsLabel
53 virtual void SetLabel(const wxString& rsLabel);
H A Dcheckbox.h24 ,const wxString& rsLabel
34 ,rsLabel
45 ,const wxString& rsLabel
59 virtual void SetLabel(const wxString& rsLabel);
H A Dstatbox.h23 ,const wxString& rsLabel
30 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
35 ,const wxString& rsLabel
H A Dbutton.h23 ,const wxString& rsLabel = wxEmptyString
33 ,rsLabel
44 ,const wxString& rsLabel = wxEmptyString
H A Dradiobox.h154 virtual void SetString(unsigned int nNum, const wxString& rsLabel);
157 virtual void SetLabel(const wxString& rsLabel) in SetLabel() argument
158 { wxControl::SetLabel(rsLabel); } in SetLabel()
162 void SetLabel( int nItem, const wxString& rsLabel );
H A Dcontrol.h44 virtual void SetLabel(const wxString& rsLabel);
90 ,const wxString& rsLabel
103 ,const wxString& rsLabel = wxEmptyString
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dstattext.h22 ,const wxString& rsLabel
29 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
34 ,const wxString& rsLabel
44 virtual void SetLabel(const wxString& rsLabel);
H A Dradiobut.h22 ,const wxString& rsLabel
34 ,rsLabel
45 ,const wxString& rsLabel
53 virtual void SetLabel(const wxString& rsLabel);
H A Dcheckbox.h24 ,const wxString& rsLabel
34 ,rsLabel
45 ,const wxString& rsLabel
59 virtual void SetLabel(const wxString& rsLabel);
H A Dstatbox.h23 ,const wxString& rsLabel
30 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
35 ,const wxString& rsLabel
H A Dbutton.h23 ,const wxString& rsLabel = wxEmptyString
33 ,rsLabel
44 ,const wxString& rsLabel = wxEmptyString
H A Dradiobox.h154 virtual void SetString(unsigned int nNum, const wxString& rsLabel);
157 virtual void SetLabel(const wxString& rsLabel) in SetLabel() argument
158 { wxControl::SetLabel(rsLabel); } in SetLabel()
162 void SetLabel( int nItem, const wxString& rsLabel );
H A Dcontrol.h44 virtual void SetLabel(const wxString& rsLabel);
90 ,const wxString& rsLabel
103 ,const wxString& rsLabel = wxEmptyString
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dcontrol.cpp63 const wxString& rsLabel, in OS2CreateControl() argument
75 ,rsLabel in OS2CreateControl()
84 const wxString& rsLabel, in OS2CreateControl() argument
122 m_label = rsLabel; in OS2CreateControl()
231 void wxControl::SetLabel( const wxString& rsLabel ) in SetLabel() argument
233 if(rsLabel != m_label) in SetLabel()
235 m_label = rsLabel; in SetLabel()
H A Dbutton.cpp52 wxString rsLabel(rsLbl); in Create() local
53 if (rsLabel.empty() && wxIsStockID(vId)) in Create()
54 rsLabel = wxGetStockLabel(vId); in Create()
56 wxString sLabel = ::wxPMTextToLabel(rsLabel); in Create()
137 wxString rsLabel = wxGetWindowText(GetHWND()); in DoGetBestSize() local
143 GetTextExtent( rsLabel in DoGetBestSize()
H A Dcheckbox.cpp55 const wxString& rsLabel, in Create() argument
79 ,rsLabel in Create()
94 void wxCheckBox::SetLabel( const wxString& rsLabel ) in SetLabel() argument
96 wxString sLabel=::wxPMTextToLabel(rsLabel); in SetLabel()
H A Dradiobut.cpp46 const wxString& rsLabel, in Create() argument
87 ,rsLabel in Create()
188 void wxRadioButton::SetLabel( const wxString& rsLabel ) in SetLabel() argument
190 wxString sLabel = ::wxPMTextToLabel(rsLabel); in SetLabel()
H A Dstattext.cpp28 const wxString& rsLabel, in Create() argument
101 SetLabel(rsLabel); in Create()
230 const wxString& rsLabel in SetLabel() argument
233 m_labelOrig = rsLabel; // save original label in SetLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dcontrol.cpp63 const wxString& rsLabel, in OS2CreateControl() argument
75 ,rsLabel in OS2CreateControl()
84 const wxString& rsLabel, in OS2CreateControl() argument
122 m_label = rsLabel; in OS2CreateControl()
231 void wxControl::SetLabel( const wxString& rsLabel ) in SetLabel() argument
233 if(rsLabel != m_label) in SetLabel()
235 m_label = rsLabel; in SetLabel()
H A Dbutton.cpp52 wxString rsLabel(rsLbl); in Create() local
53 if (rsLabel.empty() && wxIsStockID(vId)) in Create()
54 rsLabel = wxGetStockLabel(vId); in Create()
56 wxString sLabel = ::wxPMTextToLabel(rsLabel); in Create()
137 wxString rsLabel = wxGetWindowText(GetHWND()); in DoGetBestSize() local
143 GetTextExtent( rsLabel in DoGetBestSize()
H A Dcheckbox.cpp55 const wxString& rsLabel, in Create() argument
79 ,rsLabel in Create()
94 void wxCheckBox::SetLabel( const wxString& rsLabel ) in SetLabel() argument
96 wxString sLabel=::wxPMTextToLabel(rsLabel); in SetLabel()
H A Dradiobut.cpp46 const wxString& rsLabel, in Create() argument
87 ,rsLabel in Create()
188 void wxRadioButton::SetLabel( const wxString& rsLabel ) in SetLabel() argument
190 wxString sLabel = ::wxPMTextToLabel(rsLabel); in SetLabel()
H A Dstattext.cpp28 const wxString& rsLabel, in Create() argument
101 SetLabel(rsLabel); in Create()
230 const wxString& rsLabel in SetLabel() argument
233 m_labelOrig = rsLabel; // save original label in SetLabel()
H A Dstatbox.cpp26 const wxString& rsLabel, in Create() argument
51 ,rsLabel in Create()

12