Committed, thanks
Alex
Roy Sutton wrote:> This fixes truncated text on the CheckListBox sample in bigdemo.
>
> Roy
> ------------------------------------------------------------------------
>
>
> C:\RubyDev>cvs -d :pserver:anonymous at rubyforge.org:/var/cvs/wxruby
login
> Logging in to :pserver:anonymous at rubyforge.org:2401:/var/cvs/wxruby
>
> C:\RubyDev>cvs -d :pserver:anonymous at rubyforge.org:/var/cvs/wxruby
diff -b -u wxruby2/samples/bigdemo/wxCheckListBox.rbw
> Index: wxruby2/samples/bigdemo/wxCheckListBox.rbw
> ==================================================================> RCS
file: /var/cvs/wxruby/wxruby2/samples/bigdemo/wxCheckListBox.rbw,v
> retrieving revision 1.3
> diff -b -u -r1.3 wxCheckListBox.rbw
> --- wxruby2/samples/bigdemo/wxCheckListBox.rbw 6 Sep 2005 14:14:04 -0000
1.3
> +++ wxruby2/samples/bigdemo/wxCheckListBox.rbw 25 Aug 2006 17:47:26 -0000
> @@ -7,7 +7,7 @@
>
> sampleList = %w(one two three four five six seven eight nine ten
eleven twelve thirteen fourteen)
>
> - Wx::StaticText.new(self, -1, "This example uses the
wxCheckListBox control.", Wx::DEFAULT_POSITION, Wx::Size.new(45,15))
> + Wx::StaticText.new(self, -1, "This example uses the
wxCheckListBox control.", Wx::DEFAULT_POSITION, Wx::DEFAULT_SIZE)
>
> lb = Wx::CheckListBox.new(self, 60, Wx::Point.new(80,50),
Wx::Size.new(80,120), sampleList)
> evt_listbox(60) {|event| on_evt_listbox(event)}
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> wxruby-users mailing list
> wxruby-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users