Searched refs:SetMainLabel (Results 1 – 15 of 15) sorted by relevance
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/ |
H A D | commandlinkbutton.sip | 90 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 D | commandlinkbutton.h | 147 void SetMainLabel(const wxString& mainLabel);
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/ |
H A D | commandlinkbutton.h | 147 void SetMainLabel(const wxString& mainLabel);
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/ |
H A D | commandlinkbutton.h | 147 void SetMainLabel(const wxString& mainLabel);
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/ |
H A D | commandlinkbuttong.cpp | 62 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxBEGIN_FLAGS()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/ |
H A D | commandlinkbuttong.cpp | 65 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxDEFINE_FLAGS()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/ |
H A D | commandlinkbuttong.cpp | 65 wxPROPERTY( MainLabel, wxString, SetMainLabel, GetMainLabel, wxString(), \ in wxDEFINE_FLAGS()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ |
H A D | commandlinkbutton.h | 57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ |
H A D | commandlinkbutton.h | 57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ |
H A D | commandlinkbutton.h | 57 virtual void SetMainLabel(const wxString& mainLabel) in SetMainLabel() function
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/ |
H A D | button.cpp | 583 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/ |
H A D | button.cpp | 583 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/ |
H A D | button.cpp | 638 m_cmdLnkButton->SetMainLabel(labelText); in OnButtonChangeLabel()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/ |
H A D | sip_advwxCommandLinkButton.cpp | 1160 sipCpp->SetMainLabel(*mainLabel); in meth_wxCommandLinkButton_SetMainLabel()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/ |
H A D | adv.pyi | 507 def SetMainLabel(self, mainLabel): 509 SetMainLabel(mainLabel)
|