Searched refs:OnCloseWindow (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscoredg.h25 void OnCloseWindow(wxCloseEvent& event);
H A Dplayerdg.h31 void OnCloseWindow(wxCloseEvent& event);
H A Dplayerdg.cpp33 EVT_CLOSE(PlayerSelectionDialog::OnCloseWindow)
97 void PlayerSelectionDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
H A Dforty.h44 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/minifram/
H A Dminifram.h29 void OnCloseWindow(wxCloseEvent& event);
42 void OnCloseWindow(wxCloseEvent& event);
H A Dminifram.cpp164 EVT_CLOSE ( MyMiniFrame::OnCloseWindow)
175 void MyMiniFrame::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
193 EVT_CLOSE ( MyMainFrame::OnCloseWindow)
204 void MyMainFrame::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/proplist/
H A Dproplist.h44 void OnCloseWindow(wxCloseEvent& event);
65 void OnCloseWindow(wxCloseEvent& event);
80 void OnCloseWindow(wxCloseEvent& event);
95 void OnCloseWindow(wxCloseEvent& event);
111 void OnCloseWindow(wxCloseEvent& event);
H A Dproplist.cpp79 EVT_CLOSE(MyFrame::OnCloseWindow)
96 void MyFrame::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
365 EVT_CLOSE(PropListFrame::OnCloseWindow)
368 void PropListFrame::OnCloseWindow(wxCloseEvent& event) function in class:PropListFrame
372 wxPropertyListFrame::OnCloseWindow(event);
376 EVT_CLOSE(PropListDialog::OnCloseWindow)
379 void PropListDialog::OnCloseWindow(wxCloseEvent& event) function in class:PropListDialog
383 wxPropertyListDialog::OnCloseWindow(event);
387 EVT_CLOSE(PropFormFrame::OnCloseWindow)
391 void PropFormFrame::OnCloseWindow(wxCloseEven function in class:PropFormFrame
408 void PropFormDialog::OnCloseWindow(wxCloseEvent& event) function in class:PropFormDialog
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/styles/
H A Dstyles.h44 void OnCloseWindow( wxCloseEvent &event );
H A Dstyles.cpp27 EVT_CLOSE(MyFrame::OnCloseWindow)
76 void MyFrame::OnCloseWindow( wxCloseEvent &WXUNUSED(event) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/taskbar/
H A Dtbtest.h53 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocmdi.cpp32 EVT_CLOSE(wxDocMDIParentFrame::OnCloseWindow)
81 void wxDocMDIParentFrame::OnCloseWindow(wxCloseEvent& event) function in class:wxDocMDIParentFrame
102 EVT_CLOSE(wxDocMDIChildFrame::OnCloseWindow)
178 void wxDocMDIChildFrame::OnCloseWindow(wxCloseEvent& event) function in class:wxDocMDIChildFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/treelay/
H A Dtreelay.h31 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dogledit.h55 void OnCloseWindow(wxCloseEvent& event);
H A Dogledit.cpp143 EVT_CLOSE(MyFrame::OnCloseWindow)
176 void MyFrame::OnCloseWindow(wxCloseEvent& event) function in class:MyFrame
178 wxDocParentFrame::OnCloseWindow(event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfdrepdlg.h55 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/multicell/
H A Dmtest.cpp34 void OnCloseWindow(wxCloseEvent& event);
194 EVT_CLOSE(MyFrame::OnCloseWindow)
207 void MyFrame::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocmdipr.tex55 \membersection{wxDocMDIParentFrame::OnCloseWindow}\label{wxdocmdiparentframeonclosewindow}
57 \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}
66 void wxDocParentFrame::OnCloseWindow(wxCloseEvent& event)
H A Ddocprfrm.tex64 \membersection{wxDocParentFrame::OnCloseWindow}\label{wxdocparentframeonclosewindow}
66 \func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}
75 void wxDocParentFrame::OnCloseWindow(wxCloseEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Ddialog.cpp41 EVT_CLOSE (wxDialog::OnCloseWindow)
107 void wxDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdlg.cpp43 EVT_CLOSE(wxHtmlHelpDialog::OnCloseWindow)
113 void wxHtmlHelpDialog::OnCloseWindow(wxCloseEvent& evt) function in class:wxHtmlHelpDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocmdi.h45 void OnCloseWindow(wxCloseEvent& event);
84 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmainfrm.h25 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Ddialog.h63 void OnCloseWindow(wxCloseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/wxedit/
H A Dwxedit.h81 void OnCloseWindow( wxCloseEvent &event );

Completed in 244 milliseconds

1234