Home
last modified time | relevance | path

Searched refs:eventPaint (Results 1 – 7 of 7) sorted by relevance

/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/platform/sdl/
H A Dwindow.h125 virtual void eventPaint(){} in eventPaint() function
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/platform/win32/
H A Dwindow.h142 virtual void eventPaint(){} in eventPaint() function
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DmpGLCanvas.h255 void eventPaint(wxPaintEvent &event);
H A DmpGLCanvas.cpp547 void MpGLCanvas::eventPaint(wxPaintEvent &event) {
3397 EVT_PAINT(MpGLCanvas::eventPaint)
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/sdl/
H A Dwindow.h214 virtual void eventPaint() {} in eventPaint() function
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/platform/win32/
H A Dwindow.cpp334 eventWindow->eventPaint(); in eventRouter()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/events/
H A Devthandler.cpp534 wxPaintEvent eventPaint; in TestEventCreation() local