Displaying 5 results from an estimated 5 matches for "wxevt_scrollwin_bottom".
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...OLL_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_SCROLLWIN_THUMBTRACK;// 326)
-%constant const int wx...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...OLL_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_SCROLLWIN_THUMBTRACK;// 326)
+%constant const int wx...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...%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_SCROLLWIN_THUMBTRACK;// 326)
-...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...EVT_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 *activateEvents[] =
-{
- &wxE...
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
..._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, wxEVT_SCROLLWIN_LINEUP);
-}
-
-static VALUE evt_scrollwin_linedown(int argc, VALUE *argv, VALUE self)
-{
- return internal_evt_no_parameters(argc, argv, self...