Searched refs:m_focus (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpopupcmn.cpp207 m_focus = (wxWindow *)NULL;
249 if ( m_focus )
251 if ( !m_focus->RemoveEventHandler(m_handlerFocus) )
257 m_focus = NULL;
290 m_focus = winFocus ? winFocus : this;
291 m_focus->SetFocus();
298 m_focus = FindFocus();
302 m_focus = this;
305 if ( m_focus )
310 m_focus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpopupwin.h139 wxWindow *m_focus; member in class:wxPopupTransientWindow
H A Devent.h1913 m_focus((wxWindow *)NULL)
1921 m_focus(event.m_focus)
1946 wxWindow* GetCurrentFocus() const { return m_focus; }
1947 void SetCurrentFocus(wxWindow *win) { m_focus = win; }
1963 wxWindow *m_focus; member in class:wxNavigationKeyEvent

Completed in 72 milliseconds