Displaying 10 results from an estimated 10 matches for "scrollevent".
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...argin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>814</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2006-12-30 23:04:...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...T_UP => Wx::MouseEvent,
- Wx::EVT_RIGHT_DCLICK => Wx::MouseEvent,
- Wx::EVT_MOTION => Wx::MouseEvent,
- Wx::EVT_ENTER_WINDOW => Wx::MouseEvent,
- Wx::EVT_LEAVE_WINDOW => Wx::MouseEvent,
- Wx::EVT_MOUSEWHEEL => Wx::MouseEvent,
- Wx::EVT_SCROLL_THUMBTRACK => Wx::ScrollEvent,
- Wx::EVT_SCROLL_LINEUP => Wx::ScrollEvent,
- Wx::EVT_SCROLL_LINEDOWN => Wx::ScrollEvent,
- Wx::EVT_COMMAND_CHOICEBOOK_PAGE_CHANGED => Wx::ChoicebookEvent,
- Wx::EVT_COMMAND_CHOICEBOOK_PAGE_CHANGING => Wx::ChoicebookEvent,
- Wx::EVT_COMMAND_NOTEBOOK_PAGE_CHANGED => Wx...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...T_UP => Wx::MouseEvent,
+ Wx::EVT_RIGHT_DCLICK => Wx::MouseEvent,
+ Wx::EVT_MOTION => Wx::MouseEvent,
+ Wx::EVT_ENTER_WINDOW => Wx::MouseEvent,
+ Wx::EVT_LEAVE_WINDOW => Wx::MouseEvent,
+ Wx::EVT_MOUSEWHEEL => Wx::MouseEvent,
+ Wx::EVT_SCROLL_THUMBTRACK => Wx::ScrollEvent,
+ Wx::EVT_SCROLL_LINEUP => Wx::ScrollEvent,
+ Wx::EVT_SCROLL_LINEDOWN => Wx::ScrollEvent,
+ Wx::EVT_COMMAND_CHOICEBOOK_PAGE_CHANGED => Wx::ChoicebookEvent,
+ Wx::EVT_COMMAND_CHOICEBOOK_PAGE_CHANGING => Wx::ChoicebookEvent,
+ Wx::EVT_COMMAND_NOTEBOOK_PAGE_CHANGED => Wx...
2007 Jun 26
0
[1078] trunk/wxruby2: Map evt_spinctrl to SpinEvent instead of CommandEvent; add example to bigdemo
...C (rev 1077)
+++ trunk/wxruby2/lib/wx/classes/evthandler.rb        2007-06-26 08:55:43 UTC (rev 1078)
</span><span class="lines">@@ -545,7 +545,7 @@
</span><span class="cx"> Wx::ScrollEvent],
</span><span class="cx"> EventType[''evt_spinctrl'', 1,
</span><span class="cx"> Wx::EVT_COMMAND_SPINCTRL_UPDATED,
</span><del>- Wx::CommandEvent],
</del><ins>+ Wx::Spi...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...rintDialog.o obj/PrintDialogData.o obj/PrintPreview.o obj/Printer.o obj/Printout.o obj/ProgressDialog.o obj/QueryLayoutInfoEvent.o obj/RadioBox.o obj/RadioButton.o obj/Rect.o obj/Region.o obj/RendererNative.o obj/SashEvent.o obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/Split...
2006 Dec 31
0
[817] trunk/wxruby2/Changelog: Last changes of 2006!
...sp  2006-12-31 14:11:41 UTC (rev 817)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><ins>+- Added AcceleratorEntry and AcceleratorTable classes, plus doc (Alex Fenton)
+- Added ContextMenuEvent plus plumbing (Alex Fenton)
+- Added ScrollBar and ScrollEvent, plus event handling plumbing (Alex Fenton)
+- Added WINDOW_VARIANT enum for small/mini controls on OS X (Alex Fenton)
+- Raise an error if an invalid name is used to instantiate a Colour (Alex Fenton)
+- Restored tree item images and fonts within TreeCtrl sample (Alex Fenton)
+- Stock colours etc...
2007 Jun 28
0
[1091] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add interim event type mappings for a few obscure oddities
...pan class="lines">@@ -531,12 +537,18 @@
</span><span class="cx"> EventType[''evt_scroll_top'', 0,
</span><span class="cx"> Wx::EVT_SCROLL_TOP,
</span><span class="cx"> Wx::ScrollEvent],
</span><ins>+ EventType[''evt_set_cursor'', 0,
+ Wx::EVT_SET_CURSOR,
+ Wx::Event],
</ins><span class="cx"> EventType[''evt_set_focus'', 0,
</span><span class="cx">...
2007 Jun 28
0
[1094] trunk/wxruby2: Added SetCursorEvent and mapping
...C (rev 1093)
+++ trunk/wxruby2/lib/wx/classes/evthandler.rb        2007-06-28 08:35:04 UTC (rev 1094)
</span><span class="lines">@@ -539,7 +539,7 @@
</span><span class="cx"> Wx::ScrollEvent],
</span><span class="cx"> EventType[''evt_set_cursor'', 0,
</span><span class="cx"> Wx::EVT_SET_CURSOR,
</span><del>- Wx::Event],
</del><ins>+ Wx::SetCursorEvent],
</...
2007 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...enton)
</ins><span class="cx"> - Added AcceleratorEntry and AcceleratorTable classes, plus doc (Alex Fenton)
</span><span class="cx"> - Added ContextMenuEvent plus plumbing (Alex Fenton)
</span><span class="cx"> - Added ScrollBar and ScrollEvent, plus event handling plumbing (Alex Fenton)
</span><span class="lines">@@ -16,7 +41,7 @@
</span><span class="cx"> - Added TextUrlEvent class (Alex Fenton)
</span><span class="cx"> - Fixed Window#get_children method (Alex Fenton)
<...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...tParagraphStyleDefinition.o obj/RichTextPrinting.o
obj/RichTextPrintout.o obj/RichTextStyleDefinition.o
obj/RichTextStyleListBox.o obj/RichTextStyleListCtrl.o
obj/RichTextStyleSheet.o obj/RichTextXMLHandler.o obj/SashEvent.o
obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o
obj/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWindow.o
obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o
obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o
obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o
obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o
obj/Split...