Searched refs:wxPopupComboWindow (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpopupwin.h157 // wxPopupComboWindow: wxPopupTransientWindow used by wxComboBox
163 class WXDLLEXPORT wxPopupComboWindow : public wxPopupTransientWindow class in inherits:wxPopupTransientWindow
166 wxPopupComboWindow() { m_combo = NULL; } function in class:wxPopupComboWindow
167 wxPopupComboWindow(wxComboCtrl *parent);
185 DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpopupcmn.cpp57 IMPLEMENT_DYNAMIC_CLASS(wxPopupComboWindow, wxPopupTransientWindow)
440 // wxPopupComboWindow
443 BEGIN_EVENT_TABLE(wxPopupComboWindow, wxPopupTransientWindow)
444 EVT_KEY_DOWN(wxPopupComboWindow::OnKeyDown)
447 wxPopupComboWindow::wxPopupComboWindow(wxComboCtrl *parent) function in class:wxPopupComboWindow
453 bool wxPopupComboWindow::Create(wxComboCtrl *parent)
460 void wxPopupComboWindow::PositionNearCombo()
479 void wxPopupComboWindow::OnDismiss()
484 void wxPopupComboWindow
[all...]

Completed in 66 milliseconds