search for: set_minimum_pane_size

Displaying 2 results from an estimated 2 matches for "set_minimum_pane_size".

2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
...t;/del><span class="cx"> splitter.split_vertically(@tree, splitter2, 190) </span><ins>+ splitter2.split_horizontally(@nb, @log, 200) + </ins><span class="cx"> </span><span class="cx"> splitter.set_minimum_pane_size(20) </span><span class="cx"> splitter2.set_minimum_pane_size(100) </span></span></pre> </div> </div> </body> </html>
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