search for: wxevt_scroll_top

Displaying 7 results from an estimated 7 matches for "wxevt_scroll_top".

2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...class="lines">@@ -266,6 +267,21 @@ </span><span class="cx"> (const wxEventType *)0 </span><span class="cx"> }; </span><span class="cx"> </span><ins>+static const wxEventType *scrollEvents[] = +{ + &wxEVT_SCROLL_TOP, + &wxEVT_SCROLL_BOTTOM, + &wxEVT_SCROLL_LINEUP, + &wxEVT_SCROLL_LINEDOWN, + &wxEVT_SCROLL_PAGEUP, + &wxEVT_SCROLL_PAGEDOWN, + &wxEVT_SCROLL_THUMBTRACK, + &wxEVT_SCROLL_THUMBRELEASE, + &wxEVT_SCROLL_CHANGED, + (const wxEventType *)0 +}; + + </ins><s...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...ICK;// 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;// 305) -%constant const int wxEVT_SCROLL_THUMBTRA...
2007 Apr 29
0
[995] branches/wxruby2/wxwidgets_282/swig/classes/include/events.rb: Fix argument signature for window_create/destroy events; use wxWidgets
...quot;EVT_WINDOW_CREATE", 1, "wxEVT_CREATE"], +["EVT_WINDOW_DESTROY", 1, "wxEVT_DESTROY"], </ins><span class="cx"> ["EVT_SCROLL", 1, "0"], </span><span class="cx"> ["EVT_SCROLL_TOP", 1, "wxEVT_SCROLL_TOP"], </span><span class="cx"> ["EVT_SCROLL_BOTTOM", 1, "wxEVT_SCROLL_BOTTOM"], </span></span></pre> </div> </div> </body> </html>
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...ICK;// 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;// 305) +%constant const int wxEVT_SCROLL_THUMBTRA...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...onst 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;// 305) - %constant const i...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...HANGING, - &wxEVT_WIZARD_CANCEL, - &wxEVT_WIZARD_HELP, - &wxEVT_WIZARD_FINISHED, - (const wxEventType *)0 -}; - -static const wxEventType *sashEvents[] = -{ - &wxEVT_SASH_DRAGGED, - (const wxEventType *)0 -}; - -static const wxEventType *scrollEvents[] = -{ - &wxEVT_SCROLL_TOP, - &wxEVT_SCROLL_BOTTOM, - &wxEVT_SCROLL_LINEUP, - &wxEVT_SCROLL_LINEDOWN, - &wxEVT_SCROLL_PAGEUP, - &wxEVT_SCROLL_PAGEDOWN, - &wxEVT_SCROLL_THUMBTRACK, - &wxEVT_SCROLL_THUMBRELEASE, - &wxEVT_SCROLL_CHANGED, - (const wxEventType *)0 -}; - - -static const wxE...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...1, "wxEVT_KILL_FOCUS"], -["EVT_TIMER", 2, "wxEVT_TIMER"], -["EVT_WINDOW_CREATE", 1, "wxEVT_CREATE"], -["EVT_WINDOW_DESTROY", 1, "wxEVT_DESTROY"], -["EVT_SCROLL", 1, "0"], -["EVT_SCROLL_TOP", 1, "wxEVT_SCROLL_TOP"], -["EVT_SCROLL_BOTTOM", 1, "wxEVT_SCROLL_BOTTOM"], -["EVT_SCROLL_LINEUP", 1, "wxEVT_SCROLL_LINEUP"], -["EVT_SCROLL_LINEDOWN", 1,"wxEVT_SCROLL_LINEDOWN"], -["EVT_SCROLL_PAGEUP", 1, "wxEVT_SCROLL_PAGEUP"], -["...