search for: test_button

Displaying 1 result from an estimated 1 matches for "test_button".

Did you mean: next_button
2006 Oct 19
0
[690] trunk/wxruby2/samples/text/unicode.rb: Placed controls within a panel so they appear on the correct themed background
...rols 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="cx"> ctrl_sizer.add(test_button, 0, Wx::ADJUST_MINSIZE|Wx::ALL, 2) </span><del>- choice = Wx::Choi...