Displaying 7 results from an estimated 7 matches for "wxevt_scrollwin_top".
Did you mean:
evt_scrollwin_top
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...RACK,
+ &wxEVT_SCROLL_THUMBRELEASE,
+ &wxEVT_SCROLL_CHANGED,
+ (const wxEventType *)0
+};
+
+
</ins><span class="cx"> static const wxEventType *scrollWinEvents[] =
</span><span class="cx"> {
</span><span class="cx"> &wxEVT_SCROLLWIN_TOP,
</span><span class="lines">@@ -396,6 +412,8 @@
</span><span class="cx">                     &a...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...L_LINEDOWN;// 303)
-%constant const int wxEVT_SCROLL_PAGEUP;// 304)
-%constant const int wxEVT_SCROLL_PAGEDOWN;// 305)
-%constant const int wxEVT_SCROLL_THUMBTRACK;// 306)
-%constant const int wxEVT_SCROLL_THUMBRELEASE;// 307)
-%constant const int wxEVT_SCROLL_ENDSCROLL;// 308)
-%constant const int wxEVT_SCROLLWIN_TOP;// 320)
-%constant const int wxEVT_SCROLLWIN_BOTTOM;// 321)
-%constant const int wxEVT_SCROLLWIN_LINEUP;// 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_...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...L_LINEDOWN;// 303)
+%constant const int wxEVT_SCROLL_PAGEUP;// 304)
+%constant const int wxEVT_SCROLL_PAGEDOWN;// 305)
+%constant const int wxEVT_SCROLL_THUMBTRACK;// 306)
+%constant const int wxEVT_SCROLL_THUMBRELEASE;// 307)
+%constant const int wxEVT_SCROLL_ENDSCROLL;// 308)
+%constant const int wxEVT_SCROLLWIN_TOP;// 320)
+%constant const int wxEVT_SCROLLWIN_BOTTOM;// 321)
+%constant const int wxEVT_SCROLLWIN_LINEUP;// 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_...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...%constant const int wxEVT_SCROLL_PAGEUP;// 304)
- %constant const int wxEVT_SCROLL_PAGEDOWN;// 305)
- %constant const int wxEVT_SCROLL_THUMBTRACK;// 306)
- %constant const int wxEVT_SCROLL_THUMBRELEASE;// 307)
- %constant const int wxEVT_SCROLL_ENDSCROLL;// 308)
- %constant const int wxEVT_SCROLLWIN_TOP;// 320)
- %constant const int wxEVT_SCROLLWIN_BOTTOM;// 321)
- %constant const int wxEVT_SCROLLWIN_LINEUP;// 322)
- %constant const int wxEVT_SCROLLWIN_LINEDOWN;// 323)
- %constant const int wxEVT_SCROLLWIN_PAGEUP;// 324)
- %constant const int wxEVT_SCROLLWIN_PAGEDOWN;// 325)
- %c...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...t;wxEVT_MENU_OPEN"],
-["EVT_LIST_KEY_DOWN", 2, "wxEVT_COMMAND_LIST_KEY_DOWN"],
-["EVT_WIZARD_FINISHED", 2, "wxEVT_WIZARD_FINISHED"],
-["EVT_SCROLLWIN_LINEDOWN", 1, "wxEVT_SCROLLWIN_LINEDOWN"],
-["EVT_SCROLLWIN_TOP", 1, "wxEVT_SCROLLWIN_TOP"],
-["EVT_SET_FOCUS", 1, "wxEVT_SET_FOCUS"],
-["EVT_CHECKBOX", 2, "wxEVT_COMMAND_CHECKBOX_CLICKED"],
-["EVT_LEFT_UP", 1, "wxEVT_LEFT_UP"],
-["EVT_PAINT", 1, "wxEVT_PAINT"],
-["EVT_GRID_EDITOR_HIDDEN", 1,...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...EVT_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 wxEventType *scrollWinEvents[] =
-{
- &wxEVT_SCROLLWIN_TOP,
- &wxEVT_SCROLLWIN_BOTTOM,
- &wxEVT_SCROLLWIN_LINEUP,
- &wxEVT_SCROLLWIN_LINEDOWN,
- &wxEVT_SCROLLWIN_PAGEUP,
- &wxEVT_SCROLLWIN_PAGEDOWN,
- &wxEVT_SCROLLWIN_THUMBTRACK,
- &wxEVT_SCROLLWIN_THUMBRELEASE,
- (const wxEventType *)0
-};
-
-static const wxEventType *a...
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
..._sash_dragged_range(int argc_1, int argc_2, VALUE *argv, VALUE self)
-{
- return internal_evt_with_id_range(argc_1, argc_2, argv, self, wxEVT_SASH_DRAGGED_RANGE);
-}
-
-static VALUE evt_scrollwin_top(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_no_parameters(argc, argv, self, wxEVT_SCROLLWIN_TOP);
-}
-
-static VALUE evt_scrollwin_bottom(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_no_parameters(argc, argv, self, wxEVT_SCROLLWIN_BOTTOM);
-}
-
-static VALUE evt_scrollwin_lineup(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_no_parameters(argc, argv, self,...