search for: wxgridsizer

Displaying 5 results from an estimated 5 matches for "wxgridsizer".

Did you mean: gridsizer
2007 Jul 04
0
[1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
...;span class="cx"> </span><del>- - </del><span class="cx"> %import "include/wxObject.h" </span><span class="cx"> %import "include/wxSizer.h" </span><span class="cx"> %import "include/wxGridSizer.h" </span></span></pre></div> <a id="trunkwxruby2swigclassesGridBagSizeri"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/classes/GridBagSizer.i (1107 => 1108)</h4> <pre class="diff"><sp...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
...sion="2.3.0.1"> <object class="wxFrame" name="frmMain" subclass="XrcFrameMain"> <style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style> <size>500,300</size> <title>Test</title> <object class="wxGridSizer"> <rows>2</rows> <cols>2</cols> <vgap>0</vgap> <hgap>0</hgap> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND | wxALL</flag> <border&...
2007 May 28
0
[1033] trunk/wxruby2/swig: GC fixes for nested sizers; fix crashes in html.rb demo
...032) +++ trunk/wxruby2/swig/classes/GridSizer.i&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-28 19:17:14 UTC (rev 1033) </span><span class="lines">@@ -6,6 +6,11 @@ </span><span class="cx"> %module(directors="1") wxGridSizer </span><span class="cx"> GC_MANAGE_AS_OBJECT(wxGridSizer); </span><span class="cx"> </span><ins>+// shared functions for GC marking +%include "../shared/sizers.i" +%markfunc wxBoxSizer "mark_wxSizer"; + + </ins><...
2007 Jan 25
0
[854] trunk/wxruby2/swig/classes: Add support for GridBagSizer
...for now - are they useful? +// require GBSizerItem to be wrapped +%ignore wxGridBagSizer::FindItemWithData; +%ignore wxGridBagSizer::FindItemAtPoint; +%ignore wxGridBagSizer::FindItemAtPosition; + +%import "include/wxObject.h" +%import "include/wxSizer.h" +%import "include/wxGridSizer.h" +%import "include/wxFlexGridSizer.h" + +%include "include/wxGridBagSizer.h" </ins></span></pre></div> <a id="trunkwxruby2swigclassesincludewxGBPositionh"></a> <div class="addfile"><h4>Added: trunk/wxruby...
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the