Searched refs:OnActivate (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dinpcons.h82 void OnActivate(wxActivateEvent& event);
106 void OnActivate(wxActivateEvent& event); \
116 EVT_ACTIVATE(classname::OnActivate)
148 void classname::OnActivate(wxActivateEvent& event) \
150 wxInputConsumer::OnActivate(event); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.h32 void OnActivate(bool) {} function in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtipwin.h74 void OnActivate(wxActivateEvent& event);
H A Ddocmdi.h83 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.h49 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocmdi.cpp101 EVT_ACTIVATE(wxDocMDIChildFrame::OnActivate)
170 void wxDocMDIChildFrame::OnActivate(wxActivateEvent& event) function in class:wxDocMDIChildFrame
172 wxMDIChildFrame::OnActivate(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dinpcons.cpp50 void wxInputConsumer::OnActivate(wxActivateEvent& event) function in class:wxInputConsumer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.h60 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmainfrm.h48 void OnActivate(wxActivateEvent& event);
H A Dmainfrm.cpp226 EVT_ACTIVATE(csMDIChildFrame::OnActivate)
266 void csMDIChildFrame::OnActivate(wxActivateEvent& event) function in class:csMDIChildFrame
268 wxDocMDIChildFrame::OnActivate(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.h117 void OnActivate(bool) {}; // necessary for hot keys function in class:ClookUpDlg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dfloatpane.h57 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpropdlg.cpp57 EVT_ACTIVATE(wxPropertySheetDialog::OnActivate)
188 void wxPropertySheetDialog::OnActivate(wxActivateEvent& event) function in class:wxPropertySheetDialog
192 // be a step in the right direction. OnActivate overrides the default
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp62 EVT_ACTIVATE(wxHtmlHelpFrame::OnActivate)
155 void wxHtmlHelpFrame::OnActivate(wxActivateEvent& event) function in class:wxHtmlHelpFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.h87 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.h68 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 Ddocchfrm.tex66 \membersection{wxDocChildFrame::OnActivate}\label{wxdocchildframeonactivate}
68 \func{void}{OnActivate}{\param{wxActivateEvent}{ event}}
H A Ddocmdich.tex67 \membersection{wxDocMDIChildFrame::OnActivate}\label{wxdocmdichildframeonactivate}
69 \func{void}{OnActivate}{\param{wxActivateEvent}{ event}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dpropdlg.h140 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 Dframe.h65 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 Dframe.h66 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoplevel.h78 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mfc/
H A Dmfctest.cpp106 void OnActivate(wxActivateEvent& event);
344 EVT_ACTIVATE(MyChild::OnActivate)
371 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/html/
H A Dhelpfrm.h118 void OnActivate(wxActivateEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dframe.h71 void OnActivate(wxActivateEvent& event);

Completed in 136 milliseconds

123