Displaying 7 results from an estimated 7 matches for "wxspinbutton".
Did you mean:
spinbutton
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please
forgive me if this is ground that''s been covered in the past. I''m
trying to load a frame from an XRC file (created using DialogBlocks),
and I''m having trouble getting an instance of the Gauge object using
the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows
XP,
2006 Nov 30
0
[764] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Correct duplicate and incorrect definition of SpinCtrl constructor
...wx_ctor_params :validator, :name => ''treeCtrl''
</span><span class="cx"> end
</span><span class="cx">
</span><del>-# wxScrollBar         Scrollbar control
-# wxSpinButton         A spin or ''up-down'' control
-WxSugar.define_keyword_ctors(''SpinCtrl'') do
- wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL
-# wx_ctor_params :validator, :name => ''tre...
2007 Jan 03
0
[822] trunk/wxruby2/doc/textile: Links to the documentation on TextUrlEvent
...TC (rev 821)
+++ trunk/wxruby2/doc/textile/index.txtl        2007-01-03 01:37:00 UTC (rev 822)
</span><span class="lines">@@ -199,6 +199,7 @@
</span><span class="cx"> |SpinEvent|An event from wxSpinButton|
</span><span class="cx"> |SplitterEvent|An event from wxSplitterWindow|
</span><span class="cx"> |SysColourChangedEvent|A system colour change event|
</span><ins>+|TextUrlEvent|Mouse interaction with a URL in a TextCtrl|
</ins><span...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...rams :pos, :size, :style => Wx::SL_HORIZONTAL
</span><span class="cx"> # wx_ctor_params :validator, :name => ''radioButton''
</span><span class="cx"> end
</span><span class="cx">
</span><ins>+
+# wxSpinButton - Has two small up and down (or left and right) arrow buttons
+WxSugar.define_keyword_ctors(''SpinButton'') do
+ wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL
+ wx_ctor_params :name => ''spinButton''
+end
+
</ins><span class="cx"...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...gt; ''radioButton''
</del><ins>+ wx_ctor_params :validator, :name => ''slider''
</ins><span class="cx"> end
</span><span class="cx">
</span><del>-
</del><span class="cx"> # wxSpinButton - Has two small up and down (or left and right) arrow buttons
</span><span class="cx"> WxSugar.define_keyword_ctors(''SpinButton'') do
</span><span class="cx"> wx_ctor_params :pos, :size, :style => Wx::SP_HORIZONTAL
</span><...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a
version number and packaged up for download.
Given the nature of SWIG, having a lot more people use it would probably
result in more code contributions to this project.
Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG
is fairly stable right now in terms of frequency of changes...