Home
last modified time | relevance | path

Searched refs:SetMainLabel (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dcommandlinkbutton.sip90 void SetMainLabel(
94 SetMainLabel(mainLabel)
185 %Property(name=MainLabel, get=GetMainLabel, set=SetMainLabel)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dcommandlinkbutton.h147 void SetMainLabel(const wxString& mainLabel);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dcommandlinkbutton.h147 void SetMainLabel(const wxString& mainLabel);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dcommandlinkbutton.h147 void SetMainLabel(const wxString& mainLabel);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dcommandlinkbuttong.cpp62 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxBEGIN_FLAGS()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dcommandlinkbuttong.cpp65 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxDEFINE_FLAGS()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dcommandlinkbuttong.cpp65 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxDEFINE_FLAGS()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dcommandlinkbutton.h57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dcommandlinkbutton.h57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dcommandlinkbutton.h57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/
H A Dbutton.cpp583 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/
H A Dbutton.cpp583 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Dbutton.cpp638 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_advwxCommandLinkButton.cpp1160 sipCpp->SetMainLabel(*mainLabel); in meth_wxCommandLinkButton_SetMainLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dadv.pyi507 def SetMainLabel(self, mainLabel):
509 SetMainLabel(mainLabel)