Searched refs:GetLabel (Results 1 - 25 of 142) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstatbox.h45 *borderTop = GetLabel().empty() ? BORDER : GetCharHeight();
H A Dcollpane.h43 virtual wxString GetLabel() const = 0;
H A Dcontrol.h53 wxString GetLabelText() const { return GetLabelText(GetLabel()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstattext.cpp80 dc.GetMultiLineTextExtent(GetLabel(), &width, &height);
H A Dcontrol.cpp135 wxString wxControl::GetLabel() const function in class:wxControl
H A Dradiobut.cpp170 GetLabel(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dstatbox.h45 virtual wxString GetLabel() const;
H A Dstattext.h56 virtual wxString GetLabel() const;
H A Dbutton.h59 wxString GetLabel() const;
H A Dcheckbox.h62 virtual wxString GetLabel() const;
H A Dcontrol.h65 wxString GetLabel() const;
H A Dradiobut.h68 virtual wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dstattext.h37 wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dstattext.h52 wxString GetLabel() const;
H A Dcontrol.h58 virtual wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dradiobox.h160 virtual wxString GetLabel() const function in class:wxRadioBox
161 { return wxControl::GetLabel(); }
165 wxString GetLabel(int nItem) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dstattext.cpp89 wxString wxStaticText::GetLabel() const function in class:wxStaticText
155 SetLabel(GetLabel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dstatbox.cpp78 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dstattext.cpp72 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcontrol.h68 virtual wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcontrol.tex32 \membersection{wxControl::GetLabel}\label{wxcontrolgetlabel}
34 \constfunc{const wxString\&}{GetLabel}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcontrol.h51 virtual wxString GetLabel() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dstattext.cpp111 wxString wxStaticText::GetLabel() const function in class:wxStaticText
181 SetLabel(GetLabel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp195 // � GetLabel()
199 wxString wxRadioBox::GetLabel() const function in class:wxRadioBox
201 return wxControl::GetLabel();
205 // � GetLabel(int)
222 return current->GetLabel();
522 GetTextExtent(GetLabel(), &eachWidth, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcontrol.cpp96 wxString wxControl::GetLabel() const function in class:wxControl

Completed in 114 milliseconds

123456