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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/treelay/
H A Dtreelay.h46 void OnEvent(wxMouseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.h26 void OnEvent(wxMouseEvent& event);
H A Dsashtest.cpp280 EVT_MOUSE_EVENTS(MyCanvas::OnEvent)
321 void MyCanvas::OnEvent(wxMouseEvent& event) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.h67 void OnEvent(wxMouseEvent& event);
H A Dprinting.cpp419 EVT_MOUSE_EVENTS(MyCanvas::OnEvent)
433 void MyCanvas::OnEvent(wxMouseEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.h39 void OnEvent(wxMouseEvent& event);
H A Dextended.cpp444 EVT_MOUSE_EVENTS(MyCanvas::OnEvent)
485 void MyCanvas::OnEvent(wxMouseEvent& event) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.h29 void OnEvent(wxMouseEvent& event);
H A Dmdi.cpp101 EVT_MOUSE_EVENTS(MyCanvas::OnEvent)
385 void MyCanvas::OnEvent(wxMouseEvent& event) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dttab.tex185 the OnEvent function to the wxCanvasTabView before processing further,
189 OnEvent and Draw functions at appropriate times.
H A Dtabview.tex236 \membersection{wxTabView::OnEvent}
238 \func{bool}{OnEvent}{\param{wxMouseEvent\& }{event}}
H A Dporting.tex370 \subsection{OnEvent}
378 Your OnEvent function is likely to have references to GetDC(), so make sure you create
368 destroy the window, so to be sure, always provide this event handler so it is obvious what's going on. subsubsection
H A Dscrolwin.tex342 void MyWindow::OnEvent(wxMouseEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h132 virtual bool OnEvent(wxMouseEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp876 bool wxTabView::OnEvent(wxMouseEvent& event) function in class:wxTabView
1170 m_tabView->OnEvent(event);
1206 m_tabView->OnEvent(event);
H A Dnotebook.cpp641 m_tabView->OnEvent(event);

Completed in 137 milliseconds