Searched refs:wxPopupFocusHandler (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.h81 class WXDLLIMPEXP_FWD_CORE wxPopupFocusHandler; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
143 friend class wxPopupFocusHandler;
147 wxPopupFocusHandler *m_handlerFocus;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpopupcmn.cpp82 class wxPopupFocusHandler : public wxEvtHandler class in inherits:wxEvtHandler
85 wxPopupFocusHandler(wxPopupTransientWindow *popup) : m_popup(popup) {} function in class:wxPopupFocusHandler
95 DECLARE_NO_COPY_CLASS(wxPopupFocusHandler)
106 BEGIN_EVENT_TABLE(wxPopupFocusHandler, wxEvtHandler)
107 EVT_KILL_FOCUS(wxPopupFocusHandler::OnKillFocus)
108 EVT_KEY_DOWN(wxPopupFocusHandler::OnKeyDown)
308 m_handlerFocus = new wxPopupFocusHandler(this);
585 // wxPopupFocusHandler
588 void wxPopupFocusHandler::OnKillFocus(wxFocusEvent& event)
603 void wxPopupFocusHandler
[all...]

Completed in 71 milliseconds