search for: scrollwinev

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

Did you mean: scrollwin
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...- Wx::EVT_SCROLL_PAGEUP => Wx::ScrollEvent, - Wx::EVT_SCROLL_PAGEDOWN => Wx::ScrollEvent, - Wx::EVT_SCROLL_THUMBTRACK => Wx::ScrollEvent, - Wx::EVT_SCROLL_THUMBRELEASE => Wx::ScrollEvent, - Wx::EVT_SCROLL_CHANGED => Wx::ScrollEvent, - Wx::EVT_SCROLLWIN_TOP => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_BOTTOM => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_LINEUP => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_LINEDOWN => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_PAGEUP => Wx::ScrollWinEvent, - Wx::EVT_SCROLLWIN_PAGEDOWN => Wx::ScrollWinEvent, - Wx::EV...
2007 May 31
0
[1042] trunk/wxruby2: Overhaul of the event handling WxType->RubyClass mapping to make it
...+ Wx::EVT_SCROLL_PAGEUP => Wx::ScrollEvent, + Wx::EVT_SCROLL_PAGEDOWN => Wx::ScrollEvent, + Wx::EVT_SCROLL_THUMBTRACK => Wx::ScrollEvent, + Wx::EVT_SCROLL_THUMBRELEASE => Wx::ScrollEvent, + Wx::EVT_SCROLL_CHANGED => Wx::ScrollEvent, + Wx::EVT_SCROLLWIN_TOP => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_BOTTOM => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_LINEUP => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_LINEDOWN => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_PAGEUP => Wx::ScrollWinEvent, + Wx::EVT_SCROLLWIN_PAGEDOWN => Wx::ScrollWinEvent, + Wx::EV...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...rintDialogData.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/SplitterWindow.o obj/St...
2006 Dec 31
0
[814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
...eatedEvent; </span><span class="cx"> extern swig_class cWxTreeEvent; </span><span class="cx"> extern swig_class cWxSplitterEvent; </span><ins>+extern swig_class cWxScrollEvent; </ins><span class="cx"> extern swig_class cWxScrollWinEvent; </span><span class="cx"> extern swig_class cWxMoveEvent; </span><span class="cx"> extern swig_class cWxListEvent; </span><span class="lines">@@ -266,6 +267,21 @@ </span><span class="cx"> (const wxEventTy...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...inition.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/SplitterWindow.o obj/St...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/