Searched refs:rsLabel (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dstatbox.h24 ,const wxString& rsLabel
31 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
36 ,const wxString& rsLabel
H A Dradiobut.h23 ,const wxString& rsLabel
35 ,rsLabel
46 ,const wxString& rsLabel
54 virtual void SetLabel(const wxString& rsLabel);
H A Dstattext.h23 ,const wxString& rsLabel
30 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
35 ,const wxString& rsLabel
45 virtual void SetLabel(const wxString& rsLabel);
H A Dcheckbox.h25 ,const wxString& rsLabel
35 ,rsLabel
46 ,const wxString& rsLabel
60 virtual void SetLabel(const wxString& rsLabel);
H A Dbutton.h24 ,const wxString& rsLabel = wxEmptyString
34 ,rsLabel
45 ,const wxString& rsLabel = wxEmptyString
H A Dcontrol.h46 virtual void SetLabel(const wxString& rsLabel);
92 ,const wxString& rsLabel
105 ,const wxString& rsLabel = wxEmptyString
H A Dradiobox.h155 virtual void SetString(unsigned int nNum, const wxString& rsLabel);
158 virtual void SetLabel(const wxString& rsLabel) argument
159 { wxControl::SetLabel(rsLabel); }
163 void SetLabel( int nItem, const wxString& rsLabel );
H A Dtoolbar.h81 ,const wxString& rsLabel
160 ,const wxString& rsLabel
H A Dlistctrl.h114 ,const wxString& rsLabel
369 ,const wxString& rsLabel
383 ,const wxString& rsLabel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatbox.cpp29 const wxString& rsLabel,
54 ,rsLabel
27 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dcontrol.cpp68 const wxString& rsLabel,
80 ,rsLabel
89 const wxString& rsLabel,
127 m_label = rsLabel;
237 void wxControl::SetLabel( const wxString& rsLabel )
239 if(rsLabel != m_label)
241 m_label = rsLabel;
67 OS2CreateControl( const wxChar* zClassname, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle ) argument
85 OS2CreateControl( const wxChar* zClassname, WXDWORD dwStyle, const wxPoint& rPos, const wxSize& rSize, const wxString& rsLabel, WXDWORD dwExstyle ) argument
H A Dcheckbox.cpp57 const wxString& rsLabel,
81 ,rsLabel
96 void wxCheckBox::SetLabel( const wxString& rsLabel )
98 wxString sLabel=::wxPMTextToLabel(rsLabel);
55 Create(wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Dradiobut.cpp49 const wxString& rsLabel,
90 ,rsLabel
191 void wxRadioButton::SetLabel( const wxString& rsLabel )
193 wxString sLabel = ::wxPMTextToLabel(rsLabel);
47 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Dstattext.cpp31 const wxString& rsLabel,
69 wxString sLabel = ::wxPMTextToLabel(rsLabel);
229 const wxString& rsLabel
232 wxString sLabel = ::wxPMTextToLabel(rsLabel);
29 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dbutton.cpp55 wxString rsLabel(rsLbl);
56 if (rsLabel.empty() && wxIsStockID(vId))
57 rsLabel = wxGetStockLabel(vId);
59 wxString sLabel = ::wxPMTextToLabel(rsLabel);
140 wxString rsLabel = wxGetWindowText(GetHWND()); local
146 GetTextExtent( rsLabel
H A Dtoolbar.cpp41 ,const wxString& rsLabel
50 ,rsLabel
108 , const wxString& rsLabel
119 ,rsLabel
163 , const wxString& rsLabel
181 ,rsLabel
252 , const wxString& rsLabel
263 ,rsLabel
H A Dlistctrl.cpp1365 , const wxString& rsLabel
1371 vInfo.m_text = rsLabel;
2310 , const wxString& rsLabel
2316 vInfo.m_text = rsLabel;
2339 , const wxString& rsLabel
2346 vInfo.m_text = rsLabel;
H A Dradiobox.cpp779 void wxRadioBox::SetString(unsigned int nItem, const wxString& rsLabel) argument
784 ::WinSetWindowText((HWND)m_ahRadioButtons[nItem], (PSZ)rsLabel.c_str());

Completed in 103 milliseconds