Searched refs:OnActivate (Results 26 - 50 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h90 void OnActivate(wxActivateEvent& rEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dframe.cpp32 EVT_ACTIVATE(wxFrame::OnActivate)
171 void wxFrame::OnActivate(wxActivateEvent& event) function in class:wxFrame
H A Dmdi.cpp35 EVT_ACTIVATE(wxMDIParentFrame::OnActivate)
232 void wxMDIParentFrame::OnActivate(wxActivateEvent& event) function in class:wxMDIParentFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dframe.cpp32 EVT_ACTIVATE(wxFrame::OnActivate)
182 void wxFrame::OnActivate(wxActivateEvent& event) function in class:wxFrame
H A Dmdi.cpp32 EVT_ACTIVATE(wxMDIParentFrame::OnActivate)
180 void wxMDIParentFrame::OnActivate(wxActivateEvent& event) function in class:wxMDIParentFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoplevel.cpp70 EVT_ACTIVATE(wxTopLevelWindowPalm::OnActivate)
340 void wxTopLevelWindowPalm::OnActivate(wxActivateEvent& event) function in class:wxTopLevelWindowPalm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dfloatpane.cpp295 void wxAuiFloatingFrame::OnActivate(wxActivateEvent& event) function in class:wxAuiFloatingFrame
319 EVT_ACTIVATE(wxAuiFloatingFrame::OnActivate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtipwin.cpp92 EVT_ACTIVATE(wxTipWindow::OnActivate)
192 void wxTipWindow::OnActivate(wxActivateEvent& event) function in class:wxTipWindow
H A Dmdig.cpp385 EVT_ACTIVATE(wxGenericMDIChildFrame::OnActivate)
577 void wxGenericMDIChildFrame::OnActivate(wxActivateEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.h303 void OnActivate(bool) {}; // necessary for hot keys function in class:CeditorDlg
428 void OnActivate(bool) {}; // necessary for hot keys function in class:CparameterDlg
540 void OnActivate(bool) {}; // necessary for hot keys function in class:CqueryDlg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.cpp197 void MyFrame::OnActivate(wxActivateEvent& event) function in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmdi.h155 void OnActivate( wxActivateEvent& event );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmdi.h57 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmdi.h57 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtoplevel.h84 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dview.tex72 Call this from your view frame's OnActivate member to tell the framework which view is
73 currently active. If your windowing system doesn't call OnActivate, you may need to
77 The prepackaged view frame wxDocChildFrame calls wxView::Activate from its OnActivate member.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp229 void OnActivate( wxActivateEvent& event );
251 EVT_ACTIVATE(wxComboFrameEventHandler::OnActivate)
311 void wxComboFrameEventHandler::OnActivate( wxActivateEvent& event ) function in class:wxComboFrameEventHandler
430 void OnActivate( wxActivateEvent& event );
444 EVT_ACTIVATE(wxComboPopupWindowEvtHandler::OnActivate)
465 void wxComboPopupWindowEvtHandler::OnActivate( wxActivateEvent& event ) function in class:wxComboPopupWindowEvtHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dframe.cpp90 EVT_ACTIVATE(wxFrame::OnActivate)
549 void wxFrame::OnActivate(wxActivateEvent& event) function in class:wxFrame
H A Dmdi.cpp56 EVT_ACTIVATE(wxMDIParentFrame::OnActivate)
147 void wxMDIParentFrame::OnActivate(wxActivateEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmdi.cpp307 EVT_ACTIVATE(wxMDIChildFrame::OnActivate)
412 void wxMDIChildFrame::OnActivate( wxActivateEvent& WXUNUSED(event) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmdi.cpp316 EVT_ACTIVATE(wxMDIChildFrame::OnActivate)
404 void wxMDIChildFrame::OnActivate( wxActivateEvent& WXUNUSED(event) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/svg/
H A Dsvgtest.cpp105 void OnActivate(wxActivateEvent& event);
619 void MyChild::OnActivate(wxActivateEvent& event) function in class:MyChild
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoplevel.h246 void OnActivate(wxActivateEvent &WXUNUSED(event)) { }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dtabmdi.h199 void OnActivate(wxActivateEvent& evt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dmdig.h188 void OnActivate(wxActivateEvent& event);

Completed in 125 milliseconds

123