Displaying 1 result from an estimated 1 matches for "ctrl_sizer".
2006 Oct 19
0
[690] trunk/wxruby2/samples/text/unicode.rb: Placed controls within a panel so they appear on the correct themed background
...controls with unicode''),
</del><ins>+ sizer.add( Wx::StaticText.new(panel, -1, ''Some controls with unicode''),
</ins><span class="cx"> 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2 )
</span><span class="cx"> ctrl_sizer = Wx::BoxSizer.new(Wx::HORIZONTAL)
</span><span class="cx">
</span><del>- test_button = Wx::Button.new(self, -1, ''万'')
</del><ins>+ test_button = Wx::Button.new(panel, -1, ''万'')
</ins><span class="c...