Searched refs:GetLabel (Results 26 - 50 of 142) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dctrlcmn.cpp145 if ( event.GetText() != GetLabel() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcollpaneg.h72 virtual wxString GetLabel() const function in class:wxGenericCollapsiblePane
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcontrol.h47 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 Dcontrol.h47 virtual wxString GetLabel() const { return m_label; } function in class:wxControl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp109 wxMenuItem *new_item = wxMenuItem::New(duplication, item->GetId(), item->GetLabel(), item->GetHelp(), item->GetKind(), submenu);
151 wxStrcpy(buf, item->GetLabel().c_str());
189 wxStrcpy(buf, button.GetLabel().c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp449 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().empty())
547 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
859 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
866 rDc.GetTextExtent( pTool->GetLabel()
874 rDc.DrawText( pTool->GetLabel()
882 rDc.DrawText( pTool->GetLabel()
904 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
911 rDc.GetTextExtent( pTool->GetLabel()
916 rDc.DrawText( pTool->GetLabel()
954 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmenu.h238 wxString GetLabel(int itemid) const;
383 wxString GetLabelText(int itemid) const { return wxMenuItem::GetLabelFromText(GetLabel(itemid)); }
469 wxString GetLabel(int itemid) const;
491 virtual wxString GetLabel() const { return wxWindow::GetLabel(); } function in class:wxMenuBarBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp291 return m_buttons[n]->GetLabel();
363 wxString wxRadioBox::GetLabel() const function in class:wxRadioBox
365 return wxStaticBox::GetLabel();
H A Dcheckbox.cpp166 GetLabel(),
191 dc.GetMultiLineTextExtent(GetLabel(), &width, &height);
H A Dtoolbar.cpp369 GetFont().GetPointSize() * tool->GetLabel().length();
396 GetFont().GetPointSize() * tool->GetLabel().length();
472 heightTool += GetFont().GetPointSize() * tool->GetLabel().length();
478 widthTool += GetFont().GetPointSize() * tool->GetLabel().length();
674 label = tool->GetLabel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp202 wxString wxRadioBox::GetLabel() const function in class:wxRadioBox
204 return wxControl::GetLabel();
224 return current->GetLabel();
519 GetTextExtent( GetLabel(), &eachWidth, NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcheckbox.cpp82 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dradiobut.cpp87 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/src/gtk/
H A Dstatbox.cpp163 *borderTop = GetLabel().empty() ? 2*BORDER : GetCharHeight();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dwxr2xml.h59 wxString GetLabel(wxItemResource *res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dradiobox.h102 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 Dstattext.tex82 \membersection{wxStaticText::GetLabel}\label{wxstatictextgetlabel}
84 \constfunc{wxString}{GetLabel}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dradiobox.h76 virtual wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dradiobox.h85 virtual wxString GetLabel() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dwindow.h55 virtual wxString GetLabel() const { return wxEmptyString; } function in class:wxWindowMGL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dcombobox.h74 wxString GetValue() const { return GetLabel(); }
H A Dcontrol.h51 virtual wxString GetLabel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobut.cpp88 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString(), 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
317 wxString str = GetLabel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dhyperlnk.cpp230 m_label->SetValue(m_hyperlink->GetLabel());
236 const wxString label = m_hyperlink->GetLabel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhyperlink.cpp130 dc.GetTextExtent(GetLabel(), &w, &h);
197 dc.DrawText(GetLabel(), GetLabelRect().GetTopLeft());

Completed in 219 milliseconds

123456