Displaying 3 results from an estimated 3 matches for "wxevt_set_cursor".
Did you mean:
evt_set_cursor
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...int wxEVT_NC_RIGHT_DCLICK;// 211)
- %constant const int wxEVT_CHAR;// 212)
- %constant const int wxEVT_CHAR_HOOK;// 213)
- %constant const int wxEVT_NAVIGATION_KEY;// 214)
- %constant const int wxEVT_KEY_DOWN;// 215)
- %constant const int wxEVT_KEY_UP;// 216)
- %constant const int wxEVT_SET_CURSOR;// 230)
- %constant const int wxEVT_SCROLL_TOP;// 300)
- %constant const int wxEVT_SCROLL_BOTTOM;// 301)
- %constant const int wxEVT_SCROLL_LINEUP;// 302)
- %constant const int wxEVT_SCROLL_LINEDOWN;// 303)
- %constant const int wxEVT_SCROLL_PAGEUP;// 304)
- %constant const int wx...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
.../ 210)
-%constant const int wxEVT_NC_RIGHT_DCLICK;// 211)
-%constant const int wxEVT_CHAR;// 212)
-%constant const int wxEVT_CHAR_HOOK;// 213)
-%constant const int wxEVT_NAVIGATION_KEY;// 214)
-%constant const int wxEVT_KEY_DOWN;// 215)
-%constant const int wxEVT_KEY_UP;// 216)
-%constant const int wxEVT_SET_CURSOR;// 230)
-%constant const int wxEVT_SCROLL_TOP;// 300)
-%constant const int wxEVT_SCROLL_BOTTOM;// 301)
-%constant const int wxEVT_SCROLL_LINEUP;// 302)
-%constant const int wxEVT_SCROLL_LINEDOWN;// 303)
-%constant const int wxEVT_SCROLL_PAGEUP;// 304)
-%constant const int wxEVT_SCROLL_PAGEDOWN;// 3...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
.../ 210)
+%constant const int wxEVT_NC_RIGHT_DCLICK;// 211)
+%constant const int wxEVT_CHAR;// 212)
+%constant const int wxEVT_CHAR_HOOK;// 213)
+%constant const int wxEVT_NAVIGATION_KEY;// 214)
+%constant const int wxEVT_KEY_DOWN;// 215)
+%constant const int wxEVT_KEY_UP;// 216)
+%constant const int wxEVT_SET_CURSOR;// 230)
+%constant const int wxEVT_SCROLL_TOP;// 300)
+%constant const int wxEVT_SCROLL_BOTTOM;// 301)
+%constant const int wxEVT_SCROLL_LINEUP;// 302)
+%constant const int wxEVT_SCROLL_LINEDOWN;// 303)
+%constant const int wxEVT_SCROLL_PAGEUP;// 304)
+%constant const int wxEVT_SCROLL_PAGEDOWN;// 3...