Searched refs:OnFocus (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dinpcons.h81 void OnFocus(wxFocusEvent& event);
104 void OnFocus(wxFocusEvent& event); \
114 EVT_SET_FOCUS(classname::OnFocus) \
115 EVT_KILL_FOCUS(classname::OnFocus) \
144 void classname::OnFocus(wxFocusEvent& event) \
146 wxInputConsumer::OnFocus(event); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcontainr.h85 void OnFocus(wxFocusEvent& event); \
97 EVT_SET_FOCUS(classname::OnFocus) \
132 void classname::OnFocus(wxFocusEvent& event) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dinpcons.cpp42 void wxInputConsumer::OnFocus(wxFocusEvent& event) function in class:wxInputConsumer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dcheckbox.h69 void OnFocus(wxFocusEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddatectrl.h79 void OnFocus(wxFocusEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/dynsash_switch/
H A Ddynsash_switch.cpp53 void OnFocus(wxFocusEvent& event);
124 (wxFocusEventFunction)&SwitchView::OnFocus);
238 void SwitchView::OnFocus(wxFocusEvent& event) { function in class:SwitchView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcheckbox.cpp355 Connect(wxEVT_SET_FOCUS, wxFocusEventHandler(wxCheckBox::OnFocus));
356 Connect(wxEVT_KILL_FOCUS, wxFocusEventHandler(wxCheckBox::OnFocus));
369 Disconnect(wxEVT_SET_FOCUS, wxFocusEventHandler(wxCheckBox::OnFocus));
370 Disconnect(wxEVT_KILL_FOCUS, wxFocusEventHandler(wxCheckBox::OnFocus));
404 void wxCheckBox::OnFocus(wxFocusEvent& event) function in class:wxCheckBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp155 void OnFocus( wxFocusEvent& event ) function in class:wxComboBoxText
183 EVT_SET_FOCUS(wxComboBoxText::OnFocus)
184 EVT_KILL_FOCUS(wxComboBoxText::OnFocus)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp378 EVT_SET_FOCUS(wxDatePickerCtrlGeneric::OnFocus)
536 void wxDatePickerCtrlGeneric::OnFocus(wxFocusEvent& WXUNUSED(event))
H A Dsrchctlg.cpp172 void OnFocus(wxFocusEvent& event) function in class:wxSearchTextCtrl
196 EVT_SET_FOCUS(wxSearchTextCtrl::OnFocus)
H A Dgrid.cpp274 void OnFocus( wxFocusEvent& );
4104 EVT_SET_FOCUS( wxGridWindow::OnFocus )
4105 EVT_KILL_FOCUS( wxGridWindow::OnFocus )
4184 void wxGridWindow::OnFocus(wxFocusEvent& event) function in class:wxGridWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp752 void OnFocus(wxFocusEvent& event) { function in class:wxSTCListBox
783 EVT_SET_FOCUS( wxSTCListBox::OnFocus)
886 void OnFocus(wxFocusEvent& event) { function in class:wxSTCListBoxWin
916 EVT_SET_FOCUS ( wxSTCListBoxWin::OnFocus)
999 void OnFocus(wxFocusEvent& event)
1067 EVT_SET_FOCUS ( wxSTCListBoxWin::OnFocus)
H A DScintillaWX.cpp136 void OnFocus(wxFocusEvent& event) function in class:wxSTCCallTip
198 EVT_SET_FOCUS(wxSTCCallTip::OnFocus)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp561 void OnFocus(wxFocusEvent& event);
575 EVT_SET_FOCUS(wxComboBoxExtraInputHandler::OnFocus)
596 void wxComboBoxExtraInputHandler::OnFocus(wxFocusEvent& event) function in class:wxComboBoxExtraInputHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp198 void OnFocus(wxFocusEvent &event);
1061 wxFocusEventHandler(wxDynamicSashWindowLeaf::OnFocus));
1312 void wxDynamicSashWindowLeaf::OnFocus(wxFocusEvent &event) function in class:wxDynamicSashWindowLeaf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp573 HRESULT STDMETHODCALLTYPE OnFocus(BOOL){return S_OK;} function in class:FrameSite

Completed in 105 milliseconds