search for: wxeraseevent

Displaying 2 results from an estimated 2 matches for "wxeraseevent".

Did you mean: eraseevent
2007 Jun 06
0
[1054] trunk/wxruby2: Add missing EraseEvent and mapping for EVT_ERASE_BACKGROUND, fix unknown
...p;nbsp&nbsp&nbsp&nbsp&nbsp2007-06-06 21:02:18 UTC (rev 1054) </span><span class="lines">@@ -0,0 +1,12 @@ </span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-like wxRuby license + +%include "../common.i" + +%module wxEraseEvent +GC_MANAGE_AS_EVENT(wxEraseEvent); + +%import "include/wxObject.h" +%import "include/wxEvent.h" + +%include "include/wxEraseEvent.h" </ins></span></pre> </div> </div> </body> </html>
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...yInt& sizes); + + +public: + + // public events (which can be invoked externally) + void OnRender(wxAuiManagerEvent& evt); + void OnPaneButton(wxAuiManagerEvent& evt); + +protected: + + // protected events + void OnPaint(wxPaintEvent& evt); + void OnEraseBackground(wxEraseEvent& evt); + void OnSize(wxSizeEvent& evt); + void OnSetCursor(wxSetCursorEvent& evt); + void OnLeftDown(wxMouseEvent& evt); + void OnLeftUp(wxMouseEvent& evt); + void OnMotion(wxMouseEvent& evt); + void OnLeaveWindow(wxMouseEvent& evt); + void OnChildFo...