Home
last modified time | relevance | path

Searched refs:wxControl (Results 1 – 25 of 2259) sorted by relevance

12345678910>>...91

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/graphics/
H A Dellipsization.cpp101 wxString ret = wxControl::Ellipsize in NormalCase()
134 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_START, 200)); in EnoughSpace()
136 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_MIDDLE, 200)); in EnoughSpace()
138 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_END, 200)); in EnoughSpace()
149 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_START, 5)); in VeryLittleSpace()
151 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_MIDDLE, 5)); in VeryLittleSpace()
153 wxControl::Ellipsize("some label1", dc, wxELLIPSIZE_MIDDLE, 5)); in VeryLittleSpace()
155 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_END, 5)); in VeryLittleSpace()
164 …CPPUNIT_ASSERT( !wxControl::Ellipsize("some longer text", dc, wxELLIPSIZE_START, 80).EndsWith("...… in HasThreeDots()
166 …CPPUNIT_ASSERT( wxControl::Ellipsize("some longer text", dc, wxELLIPSIZE_END, 80).EndsWith("...") … in HasThreeDots()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/graphics/
H A Dellipsization.cpp101 wxString ret = wxControl::Ellipsize in NormalCase()
134 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_START, 200)); in EnoughSpace()
136 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_MIDDLE, 200)); in EnoughSpace()
138 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_END, 200)); in EnoughSpace()
149 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_START, 5)); in VeryLittleSpace()
151 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_MIDDLE, 5)); in VeryLittleSpace()
153 wxControl::Ellipsize("some label1", dc, wxELLIPSIZE_MIDDLE, 5)); in VeryLittleSpace()
155 wxControl::Ellipsize("some label", dc, wxELLIPSIZE_END, 5)); in VeryLittleSpace()
164 …CPPUNIT_ASSERT( !wxControl::Ellipsize("some longer text", dc, wxELLIPSIZE_START, 80).EndsWith("...… in HasThreeDots()
166 …CPPUNIT_ASSERT( wxControl::Ellipsize("some longer text", dc, wxELLIPSIZE_END, 80).EndsWith("...") … in HasThreeDots()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dellipsization.cpp72 wxString ret = wxControl::Ellipsize
86 ? wxControl::RemoveMnemonics(ret)
120 CHECK( wxControl::Ellipsize(testString, dc, wxELLIPSIZE_START, width) == testString );
121 CHECK( wxControl::Ellipsize(testString, dc, wxELLIPSIZE_MIDDLE, width) == testString );
122 CHECK( wxControl::Ellipsize(testString, dc, wxELLIPSIZE_END, width) == testString );
134 CHECK( wxControl::Ellipsize("some label", dc, wxELLIPSIZE_START, width) == "...l" );
135 CHECK( wxControl::Ellipsize("some label", dc, wxELLIPSIZE_MIDDLE, width) == "s..." );
136 CHECK( wxControl::Ellipsize("some label1", dc, wxELLIPSIZE_MIDDLE, width) == "s..." );
137 CHECK( wxControl::Ellipsize("some label", dc, wxELLIPSIZE_END, width) == "s..." );
149 CHECK( !wxControl::Ellipsize(testString, dc, wxELLIPSIZE_START, width).EndsWith("...") );
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dcontrol.cpp32 wxIMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow);
34 wxControl::wxControl() in wxControl() function in wxControl
39 bool wxControl::Create( wxWindow *parent, in Create()
56 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
71 void wxControl::PostCreation(const wxSize& size) in PostCreation()
90 void wxControl::SetLabel( const wxString &label ) in SetLabel()
99 wxString wxControl::GetLabel() const in GetLabel()
107 wxControl::SetLabel(label); in GTKSetLabelForLabel()
116 wxControl::SetLabel(label); in GTKSetLabelForFrame()
125 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dcontrol.cpp33 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
35 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
40 bool wxControl::Create( wxWindow *parent, in Create()
57 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
74 void wxControl::PostCreation(const wxSize& size) in PostCreation()
93 void wxControl::SetLabel( const wxString &label ) in SetLabel()
102 wxString wxControl::GetLabel() const in GetLabel()
110 wxControl::SetLabel(label); in GTKSetLabelForLabel()
119 wxControl::SetLabel(label); in GTKSetLabelForFrame()
128 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dcontrol.cpp33 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
35 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
40 bool wxControl::Create( wxWindow *parent, in Create()
57 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
74 void wxControl::PostCreation(const wxSize& size) in PostCreation()
93 void wxControl::SetLabel( const wxString &label ) in SetLabel()
102 wxString wxControl::GetLabel() const in GetLabel()
110 wxControl::SetLabel(label); in GTKSetLabelForLabel()
119 wxControl::SetLabel(label); in GTKSetLabelForFrame()
128 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dcontrol.cpp33 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
35 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
40 bool wxControl::Create( wxWindow *parent, in Create()
57 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
74 void wxControl::PostCreation(const wxSize& size) in PostCreation()
93 void wxControl::SetLabel( const wxString &label ) in SetLabel()
102 wxString wxControl::GetLabel() const in GetLabel()
110 wxControl::SetLabel(label); in GTKSetLabelForLabel()
119 wxControl::SetLabel(label); in GTKSetLabelForFrame()
128 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dcontrol.cpp33 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
35 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
40 bool wxControl::Create( wxWindow *parent, in Create()
57 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
74 void wxControl::PostCreation(const wxSize& size) in PostCreation()
93 void wxControl::SetLabel( const wxString &label ) in SetLabel()
102 wxString wxControl::GetLabel() const in GetLabel()
110 wxControl::SetLabel(label); in GTKSetLabelForLabel()
119 wxControl::SetLabel(label); in GTKSetLabelForFrame()
128 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dcontrol.cpp32 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
34 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
39 bool wxControl::Create( wxWindow *parent, in Create()
56 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
73 void wxControl::PostCreation(const wxSize& size) in PostCreation()
92 void wxControl::SetLabel( const wxString &label ) in SetLabel()
101 wxString wxControl::GetLabel() const in GetLabel()
109 wxControl::SetLabel(label); in GTKSetLabelForLabel()
118 wxControl::SetLabel(label); in GTKSetLabelForFrame()
127 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dcontrol.cpp32 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
34 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
39 bool wxControl::Create( wxWindow *parent, in Create()
56 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
73 void wxControl::PostCreation(const wxSize& size) in PostCreation()
92 void wxControl::SetLabel( const wxString &label ) in SetLabel()
101 wxString wxControl::GetLabel() const in GetLabel()
109 wxControl::SetLabel(label); in GTKSetLabelForLabel()
118 wxControl::SetLabel(label); in GTKSetLabelForFrame()
127 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dcontrol.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
37 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
75 void wxControl::PostCreation(const wxSize& size) in PostCreation()
94 void wxControl::SetLabel( const wxString &label ) in SetLabel()
103 wxString wxControl::GetLabel() const in GetLabel()
111 wxControl::SetLabel(label); in GTKSetLabelForLabel()
126 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
251 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dcontrol.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
37 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
75 void wxControl::PostCreation(const wxSize& size) in PostCreation()
94 void wxControl::SetLabel( const wxString &label ) in SetLabel()
103 wxString wxControl::GetLabel() const in GetLabel()
111 wxControl::SetLabel(label); in GTKSetLabelForLabel()
126 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
251 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dcontrol.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
37 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
75 void wxControl::PostCreation(const wxSize& size) in PostCreation()
94 void wxControl::SetLabel( const wxString &label ) in SetLabel()
103 wxString wxControl::GetLabel() const in GetLabel()
111 wxControl::SetLabel(label); in GTKSetLabelForLabel()
126 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
251 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dcontrol.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
37 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
75 void wxControl::PostCreation(const wxSize& size) in PostCreation()
94 void wxControl::SetLabel( const wxString &label ) in SetLabel()
103 wxString wxControl::GetLabel() const in GetLabel()
111 wxControl::SetLabel(label); in GTKSetLabelForLabel()
126 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
251 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dcontrol.cpp37 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
39 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
43 bool wxControl::Create( wxWindow *parent, in Create()
61 bool wxControl::SetFont(const wxFont& font) in SetFont()
77 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
96 void wxControl::PostCreation(const wxSize& size) in PostCreation()
164 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
203 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
209 wxString wxControl::GTKConvertMnemonics(const wxString& label) in GTKConvertMnemonics()
224 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dcontrol.cpp36 wxIMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow);
38 wxControl::wxControl() in wxControl() function in wxControl
42 bool wxControl::Create( wxWindow *parent, in Create()
60 bool wxControl::SetFont(const wxFont& font) in SetFont()
76 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
95 void wxControl::PostCreation(const wxSize& size) in PostCreation()
168 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
207 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
213 wxString wxControl::GTKConvertMnemonics(const wxString& label) in GTKConvertMnemonics()
228 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dcontrol.cpp37 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
39 wxControl::wxControl() in IMPLEMENT_DYNAMIC_CLASS()
43 bool wxControl::Create( wxWindow *parent, in Create()
61 bool wxControl::SetFont(const wxFont& font) in SetFont()
77 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
96 void wxControl::PostCreation(const wxSize& size) in PostCreation()
164 GtkWidget* wxControl::GTKCreateFrame(const wxString& label) in GTKCreateFrame()
203 wxString wxControl::GTKRemoveMnemonics(const wxString& label) in GTKRemoveMnemonics()
209 wxString wxControl::GTKConvertMnemonics(const wxString& label) in GTKConvertMnemonics()
224 wxVisualAttributes wxControl::GetDefaultAttributes() const in GetDefaultAttributes()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dlabel.cpp34 void DoTestLabel(wxControl* c) in DoTestLabel()
57 CHECK( c->GetLabelText() == wxControl::RemoveMnemonics(l) ); in DoTestLabel()
64 CHECK( l == wxControl::RemoveMnemonics(c->GetLabel()) ); in DoTestLabel()
124 CHECK( "mnemonic" == wxControl::RemoveMnemonics("&mnemonic") );
125 CHECK( "&mnemonic" == wxControl::RemoveMnemonics("&&mnemonic") );
126 CHECK( "&mnemonic" == wxControl::RemoveMnemonics("&&&mnemonic") );
131 CHECK( wxControl::FindAccelIndex("foo") == wxNOT_FOUND );
132 CHECK( wxControl::FindAccelIndex("&foo") == 0 );
133 CHECK( wxControl::FindAccelIndex("f&oo") == 1 );
134 CHECK( wxControl::FindAccelIndex("foo && bar") == wxNOT_FOUND );
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dcontrol.cpp31 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow) in IMPLEMENT_ABSTRACT_CLASS() argument
33 BEGIN_EVENT_TABLE(wxControl, wxWindow) in IMPLEMENT_ABSTRACT_CLASS()
37 wxControl::wxControl() in IMPLEMENT_ABSTRACT_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 bool wxControl::CreateControl(wxWindow *parent, in CreateControl()
74 void wxControl::SetLabel(const wxString& label) in SetLabel()
88 wxString wxControl::GetLabel() const in GetLabel()
102 bool wxControl::ProcessCommand(wxCommandEvent & event) in ProcessCommand()
107 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dcontrol.cpp31 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow) in IMPLEMENT_ABSTRACT_CLASS() argument
33 BEGIN_EVENT_TABLE(wxControl, wxWindow) in IMPLEMENT_ABSTRACT_CLASS()
37 wxControl::wxControl() in IMPLEMENT_ABSTRACT_CLASS()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 bool wxControl::CreateControl(wxWindow *parent, in CreateControl()
74 void wxControl::SetLabel(const wxString& label) in SetLabel()
88 wxString wxControl::GetLabel() const in GetLabel()
102 bool wxControl::ProcessCommand(wxCommandEvent & event) in ProcessCommand()
107 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dcontrol.cpp31 wxIMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow);
33 wxBEGIN_EVENT_TABLE(wxControl, wxWindow) in wxBEGIN_EVENT_TABLE() argument
37 wxControl::wxControl() in wxBEGIN_EVENT_TABLE()
42 bool wxControl::Create( wxWindow *parent, in Create()
59 bool wxControl::CreateControl(wxWindow *parent, in CreateControl()
74 void wxControl::SetLabel(const wxString& label) in SetLabel()
88 wxString wxControl::GetLabel() const in GetLabel()
102 bool wxControl::ProcessCommand(wxCommandEvent & event) in ProcessCommand()
107 wxSize wxControl::DoGetBestSize() const in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dcontrol.cpp39 wxIMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow);
41 wxBEGIN_EVENT_TABLE(wxControl, wxControlBase) in wxBEGIN_EVENT_TABLE() argument
42 WX_EVENT_TABLE_INPUT_CONSUMER(wxControl) in wxBEGIN_EVENT_TABLE()
45 WX_FORWARD_TO_INPUT_CONSUMER(wxControl) in wxBEGIN_EVENT_TABLE()
51 void wxControl::Init() in wxBEGIN_EVENT_TABLE()
56 bool wxControl::Create(wxWindow *parent, in Create()
77 void wxControl::SetLabel(const wxString& label) in SetLabel()
85 void wxControl::UnivDoSetLabel(const wxString& label) in UnivDoSetLabel()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dcontrol.cpp42 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
44 BEGIN_EVENT_TABLE(wxControl, wxControlBase) in IMPLEMENT_DYNAMIC_CLASS()
45 WX_EVENT_TABLE_INPUT_CONSUMER(wxControl) in IMPLEMENT_DYNAMIC_CLASS()
48 WX_FORWARD_TO_INPUT_CONSUMER(wxControl) in IMPLEMENT_DYNAMIC_CLASS()
54 void wxControl::Init() in IMPLEMENT_DYNAMIC_CLASS()
59 bool wxControl::Create(wxWindow *parent, in Create()
80 void wxControl::SetLabel(const wxString& label) in SetLabel()
88 void wxControl::UnivDoSetLabel(const wxString& label) in UnivDoSetLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dcontrol.cpp42 IMPLEMENT_DYNAMIC_CLASS(wxControl, wxWindow) in IMPLEMENT_DYNAMIC_CLASS() argument
44 BEGIN_EVENT_TABLE(wxControl, wxControlBase) in IMPLEMENT_DYNAMIC_CLASS()
45 WX_EVENT_TABLE_INPUT_CONSUMER(wxControl) in IMPLEMENT_DYNAMIC_CLASS()
48 WX_FORWARD_TO_INPUT_CONSUMER(wxControl) in IMPLEMENT_DYNAMIC_CLASS()
54 void wxControl::Init() in IMPLEMENT_DYNAMIC_CLASS()
59 bool wxControl::Create(wxWindow *parent, in Create()
80 void wxControl::SetLabel(const wxString& label) in SetLabel()
88 void wxControl::UnivDoSetLabel(const wxString& label) in UnivDoSetLabel()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxControl.cpp956 ::wxControl *sipCpp; in meth_wxControl_Create()
1011 ::wxControl *sipCpp; in meth_wxControl_Command()
1225 ::wxControl *sipCpp; in meth_wxControl_SetLabel()
1267 ::wxControl *sipCpp; in meth_wxControl_SetLabelText()
1309 ::wxControl *sipCpp; in meth_wxControl_SetLabelMarkup()
1519 ::wxControl *sipCpp; in meth_wxControl_Validate()
1554 ::wxControl *sipCpp; in meth_wxControl_TransferDataToWindow()
1589 ::wxControl *sipCpp; in meth_wxControl_TransferDataFromWindow()
1624 ::wxControl *sipCpp; in meth_wxControl_InitDialog()
1764 ::wxControl *sipCpp; in meth_wxControl_AddChild()
[all …]

12345678910>>...91