Home
last modified time | relevance | path

Searched refs:wxGenericComboCtrl (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dcombog.cpp94 wxBEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase)
95 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent)
96 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent)
102 void wxGenericComboCtrl::Init() in Init()
106 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
194 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
198 bool wxGenericComboCtrl::HasTransparentBackground() in HasTransparentBackground()
212 void wxGenericComboCtrl::OnResize() in OnResize()
384 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
459 wxTextWidgetImpl * wxGenericComboCtrl::GetTextPeer() const in GetTextPeer()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dcombog.cpp102 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
103 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
104 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
108 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
110 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
114 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
209 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
213 void wxGenericComboCtrl::OnResize() in OnResize()
340 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
385 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dcombog.cpp92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
100 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
104 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
196 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
200 void wxGenericComboCtrl::OnResize() in OnResize()
314 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
359 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dcombog.cpp92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
100 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
104 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
196 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
200 void wxGenericComboCtrl::OnResize() in OnResize()
314 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
359 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dcombog.cpp92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
100 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
104 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
196 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
200 void wxGenericComboCtrl::OnResize() in OnResize()
314 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
359 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dcombog.cpp92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
100 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
104 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
196 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
200 void wxGenericComboCtrl::OnResize() in OnResize()
314 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
359 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dcombog.cpp102 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
103 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
104 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
108 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
110 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
114 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
209 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
213 void wxGenericComboCtrl::OnResize() in OnResize()
340 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
385 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/generic/
H A Dcombo.h36 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
40 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
42 wxGenericComboCtrl(wxWindow *parent,
66 virtual ~wxGenericComboCtrl();
95 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
104 class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
107 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
117 : wxGenericComboCtrl() in wxGenericComboCtrl() function
134 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/generic/
H A Dcombo.h36 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
40 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
42 wxGenericComboCtrl(wxWindow *parent,
66 virtual ~wxGenericComboCtrl();
95 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
104 class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
107 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
117 : wxGenericComboCtrl() in wxGenericComboCtrl() function
134 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/generic/
H A Dcombo.h36 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
40 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
42 wxGenericComboCtrl(wxWindow *parent,
66 virtual ~wxGenericComboCtrl();
95 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
104 class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
107 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
117 : wxGenericComboCtrl() in wxGenericComboCtrl() function
134 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/generic/
H A Dcombo.h36 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
40 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
42 wxGenericComboCtrl(wxWindow *parent,
66 virtual ~wxGenericComboCtrl();
95 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
104 class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
107 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
117 : wxGenericComboCtrl() in wxGenericComboCtrl() function
134 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dcombo.h37 class WXDLLIMPEXP_CORE wxGenericComboCtrl
42 wxGenericComboCtrl() { Init(); } in wxGenericComboCtrl() function
44 wxGenericComboCtrl(wxWindow *parent,
67 virtual ~wxGenericComboCtrl();
113 wxDECLARE_DYNAMIC_CLASS(wxGenericComboCtrl);
122 class WXDLLIMPEXP_CORE wxComboCtrl : public wxGenericComboCtrl
125 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
135 : wxGenericComboCtrl() in wxGenericComboCtrl() function
152 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dcombo.h37 class WXDLLIMPEXP_CORE wxGenericComboCtrl : public wxComboCtrlBase
41 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
43 wxGenericComboCtrl(wxWindow *parent,
67 virtual ~wxGenericComboCtrl();
127 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
136 class WXDLLIMPEXP_CORE wxComboCtrl : public wxGenericComboCtrl
139 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
149 : wxGenericComboCtrl() in wxGenericComboCtrl() function
166 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dcombo.h37 class WXDLLIMPEXP_CORE wxGenericComboCtrl : public wxComboCtrlBase
41 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } in wxGenericComboCtrl() function
43 wxGenericComboCtrl(wxWindow *parent,
67 virtual ~wxGenericComboCtrl();
127 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
136 class WXDLLIMPEXP_CORE wxComboCtrl : public wxGenericComboCtrl
139 wxComboCtrl() : wxGenericComboCtrl() {} in wxComboCtrl()
149 : wxGenericComboCtrl() in wxGenericComboCtrl() function
166 #define wxGenericComboCtrl wxComboCtrl macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/combo/
H A Dcombo.cpp662 wxGenericComboCtrl* gcc; in MyFrame()
791 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/combo/
H A Dcombo.cpp656 wxGenericComboCtrl* gcc; in MyFrame()
785 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/combo/
H A Dcombo.cpp662 wxGenericComboCtrl* gcc; in MyFrame()
791 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/combo/
H A Dcombo.cpp758 wxGenericComboCtrl* gcc; in MyFrame()
880 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/combo/
H A Dcombo.cpp758 wxGenericComboCtrl* gcc; in MyFrame()
880 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/combo/
H A Dcombo.cpp758 wxGenericComboCtrl* gcc; in MyFrame()
880 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/combo/
H A Dcombo.cpp758 wxGenericComboCtrl* gcc; in MyFrame()
880 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString, in MyFrame()