Searched refs:wxGenericComboCtrl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcombo.h36 class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase class in inherits:wxComboCtrlBase
40 wxGenericComboCtrl() : wxComboCtrlBase() { Init(); } function in class:wxGenericComboCtrl
42 wxGenericComboCtrl(wxWindow *parent, function in class:wxGenericComboCtrl
66 virtual ~wxGenericComboCtrl();
95 DECLARE_DYNAMIC_CLASS(wxGenericComboCtrl)
104 class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
107 wxComboCtrl() : wxGenericComboCtrl() {}
117 : wxGenericComboCtrl()
134 #define wxGenericComboCtrl wxComboCtrl macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcombog.cpp89 // wxGenericComboCtrl
92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase)
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent)
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent)
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase)
100 void wxGenericComboCtrl::Init()
104 bool wxGenericComboCtrl::Create(wxWindow *parent,
196 wxGenericComboCtrl::~wxGenericComboCtrl()
200 void wxGenericComboCtrl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp758 wxGenericComboCtrl* gcc;
879 // Note that we test that wxGenericComboCtrl works
880 gcc = new wxGenericComboCtrl(panel,wxID_ANY,wxEmptyString,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex378 you need to instead use wxGenericComboCtrl, which however may lack

Completed in 81 milliseconds