search for: wxevt_siz

Displaying 8 results from an estimated 8 matches for "wxevt_siz".

Did you mean: wxevt_size
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
...t;>@@ -107,7 +128,10 @@ </span><span class="cx"> %constant const int wxEVT_SCROLLWIN_THUMBTRACK;// 326) </span><span class="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"> %consta...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...322) -%constant const int wxEVT_SCROLLWIN_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_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...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...t int wxEVT_SCROLLWIN_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 // cur...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...322) +%constant const int wxEVT_SCROLLWIN_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 +%...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...const wxEventType *)0 -}; - -static const wxEventType *paintEvents[] = -{ - &wxEVT_PAINT, - (const wxEventType *)0 -}; - -static const wxEventType *updateUIEvents[] = -{ - &wxEVT_UPDATE_UI, - (const wxEventType *)0 -}; - -static const wxEventType *sizeEvents[] = -{ - &wxEVT_SIZE, - (const wxEventType *)0 -}; - -static const wxEventType *timerEvents[] = -{ - &wxEVT_TIMER, - (const wxEventType *)0 -}; - -static const wxEventType *keyEvents [] = -{ - &wxEVT_CHAR, - &wxEVT_CHAR_HOOK, - &wxEVT_KEY_DOWN, - &wxEVT_KEY_UP, - (const wx...
2007 May 29
0
[1035] trunk/wxruby2/swig/classes/EvtHandler.i: Removed a heap of redundant stuff that''s been #if 0''d for a while
...c, argv, self, wxEVT_SHOW); -} - -static VALUE evt_window_create(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_no_parameters(argc, argv, self, wxEVT_CREATE); -} - -static VALUE evt_size(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_no_parameters(argc, argv, self, wxEVT_SIZE); -} - -static VALUE evt_key_down(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_no_parameters(argc, argv, self, wxEVT_KEY_DOWN); -} - -static VALUE evt_key_up(int argc, VALUE *argv, VALUE self) -{ - return internal_evt_no_parameters(argc, argv, self, wxEVT_KEY_UP); -} - -stat...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...2, "wxEVT_COMMAND_FIND"], -["EVT_LIST_ITEM_FOCUSED", 2, "wxEVT_COMMAND_LIST_ITEM_FOCUSED"], -["EVT_SPIN", 2, "wxEVT_SCROLL_THUMBTRACK"], -#["EVT_LIST_GET_INFO", 2, "wxEVT_COMMAND_LIST_GET_INFO"], -["EVT_SIZE", 1, "wxEVT_SIZE"], -["EVT_RIGHT_DOWN", 1, "wxEVT_RIGHT_DOWN"], -["EVT_ENTER_WINDOW", 1, "wxEVT_ENTER_WINDOW"], -["EVT_ACTIVATE", 1, "wxEVT_ACTIVATE"], -["EVT_IDLE", 1, "wxEVT_IDLE"], -["EVT_GRID_CELL_RIGHT_CLICK", 1, &q...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...HUMBTRACK"], </span><del>-["EVT_LIST_GET_INFO", 2, "wxEVT_COMMAND_LIST_GET_INFO"], </del><ins>+#["EVT_LIST_GET_INFO", 2, "wxEVT_COMMAND_LIST_GET_INFO"], </ins><span class="cx"> ["EVT_SIZE", 1, "wxEVT_SIZE"], </span><span class="cx"> ["EVT_RIGHT_DOWN", 1, "wxEVT_RIGHT_DOWN"], </span><span class="cx"> ["EVT_ENTER_WINDOW", 1, "wxEVT_ENTER_WINDOW"], </span><span class="lines">@@ -157,7 +157,7...