Displaying 7 results from an estimated 7 matches for "wxradiobox".
Did you mean:
radiobox
[684] trunk/wxruby2/swig/classes/RadioBox.i: Un-ignored some methods that now work fine (Roy Sutton)
2006 Oct 17
0
[684] trunk/wxruby2/swig/classes/RadioBox.i: Un-ignored some methods that now work fine (Roy Sutton)
...p     2006-10-17 19:29:01 UTC (rev 684)
</span><span class="lines">@@ -10,9 +10,7 @@
</span><span class="cx"> %}
</span><span class="cx">
</span><span class="cx"> %ignore wxRadioBox::wxRadioBox();
</span><del>-%ignore wxRadioBox::GetLabel;
-%ignore wxRadioBox::SetLabel;
-%ignore wxRadioBox::Number;
</del><ins>+%ignore wxRadioBox::Number; # Obsolete
</ins><span class="cx">
</span><span class="cx"> %ignore wx...
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
2009 Mar 27
0
xrciser problem
...t;
<object class="sizeritem">
<flag>wxALIGN_LEFT|wxALL</flag>
<border>5</border>
<object class="wxRadioBox"
name="m_radioBox1">
<tooltip>Select </tooltip>
<style>wxRA_SPECIFY_COLS</style>
<label>Choose</label>...
2005 Aug 21
15
New inheritance
A good number of the samples I have tested are outright or subtly broken
on Windows now. I''m trying to determine what the cause is. Mostly it
seems related to the initialize function not being created when it
should be.
Case in point: ClientDC.i
The caret example won''t work at all because initialize isn''t declared
any longer. If you comment out the import
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,
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
.../classes/include/wxMemoryDC.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxPanelh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxPanel.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxRadioBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxRadioBox.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxTopLevelWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxTopLevelWindow.h</a></li>
<li>...
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...