Displaying 2 results from an estimated 2 matches for "splitter2".
Did you mean:
splitter
2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
...>@@ -355,8 +352,9 @@
</span><span class="cx"> @log.set_max_length(0)
</span><span class="cx"> Wx::Log::set_active_target(Wx::LogTextCtrl.new(@log))
</span><span class="cx">
</span><del>- splitter2.split_horizontally(@nb, @log, 350)
</del><span class="cx"> splitter.split_vertically(@tree, splitter2, 190)
</span><ins>+ splitter2.split_horizontally(@nb, @log, 200)
+
</ins><span class="cx">
</span><span clas...
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I
also expanded the bigdemo window a little bit. I really think we should
go larger but I suppose there might be some people at 800x600 still.
Note that creating your own art provider still doesn''t quite work
correctly. I didn''t have time to get into that.
The RubyConstants.i.patch file looks weird. Not