Displaying 5 results from an estimated 5 matches for "wxevt_mov".
Did you mean:
wxevt_move
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
...ot;cx"> %constant const int wxEVT_SCROLLWIN_THUMBRELEASE;// 327)
</span><span class="cx"> %constant const int wxEVT_SIZE;// 400)
</span><ins>+%constant const int wxEVT_SIZING; // Not exposed?
</ins><span class="cx"> %constant const int wxEVT_MOVE;// 401)
</span><ins>+%constant const int wxEVT_MOVING; // Not exposed?
+
</ins><span class="cx"> %constant const int wxEVT_CLOSE_WINDOW;// 402)
</span><span class="cx"> %constant const int wxEVT_END_SESSION;// 403)
</span><span class...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...LWIN_PAGEUP;// 324)
-%constant const int wxEVT_SCROLLWIN_PAGEDOWN;// 325)
-%constant const int wxEVT_SCROLLWIN_THUMBTRACK;// 326)
-%constant const int wxEVT_SCROLLWIN_THUMBRELEASE;// 327)
-%constant const int wxEVT_SIZE;// 400)
-%constant const int wxEVT_SIZING; // Not exposed?
-%constant const int wxEVT_MOVE;// 401)
-%constant const int wxEVT_MOVING; // Not exposed?
-
-%constant const int wxEVT_CLOSE_WINDOW;// 402)
-%constant const int wxEVT_END_SESSION;// 403)
-%constant const int wxEVT_QUERY_END_SESSION;// 404)
-%constant const int wxEVT_ACTIVATE_APP;// 405)
-#ifdef wxHAS_POWER_EVENTS // currently...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...%constant const int wxEVT_SCROLLWIN_PAGEUP;// 324)
- %constant const int wxEVT_SCROLLWIN_PAGEDOWN;// 325)
- %constant const int wxEVT_SCROLLWIN_THUMBTRACK;// 326)
- %constant const int wxEVT_SCROLLWIN_THUMBRELEASE;// 327)
- %constant const int wxEVT_SIZE;// 400)
- %constant const int wxEVT_MOVE;// 401)
- %constant const int wxEVT_CLOSE_WINDOW;// 402)
- %constant const int wxEVT_END_SESSION;// 403)
- %constant const int wxEVT_QUERY_END_SESSION;// 404)
- %constant const int wxEVT_ACTIVATE_APP;// 405)
-#ifdef wxHAS_POWER_EVENTS // currently Win32 only
- %constant const int w...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...N_LINEDOWN;// 323)
+%constant const int wxEVT_SCROLLWIN_PAGEUP;// 324)
+%constant const int wxEVT_SCROLLWIN_PAGEDOWN;// 325)
+%constant const int wxEVT_SCROLLWIN_THUMBTRACK;// 326)
+%constant const int wxEVT_SCROLLWIN_THUMBRELEASE;// 327)
+%constant const int wxEVT_SIZE;// 400)
+%constant const int wxEVT_MOVE;// 401)
+%constant const int wxEVT_CLOSE_WINDOW;// 402)
+%constant const int wxEVT_END_SESSION;// 403)
+%constant const int wxEVT_QUERY_END_SESSION;// 404)
+%constant const int wxEVT_ACTIVATE_APP;// 405)
+#ifdef wxHAS_POWER_EVENTS // currently Win32 only
+%constant const int wxEVT_POWER_SUSPENDIN...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...t;wxEVT_COMMAND_LISTBOX_SELECTED"],
-["EVT_FIND_REPLACE", 2, "wxEVT_COMMAND_FIND_REPLACE"],
-["EVT_END_SESSION", 1, "wxEVT_END_SESSION"],
-["EVT_SPLITTER_UNSPLIT", 2, "wxEVT_COMMAND_SPLITTER_UNSPLIT"],
-["EVT_MOVE", 1, "wxEVT_MOVE"],
-["EVT_ERASE_BACKGROUND", 1, "wxEVT_ERASE_BACKGROUND"],
-["EVT_FIND_REPLACE_ALL", 2, "wxEVT_COMMAND_FIND_REPLACE_ALL"],
-["EVT_GRID_COL_SIZE", 1, "wxEVT_GRID_COL_SIZE"],
-["EVT_GRID_CMD_COL_SIZE", 2, "wxEVT_GRID_COL...