search for: tabscroller

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

2004 Oct 21
0
Re: wxRuby: How to add a scrollbar to a Wx::Notebook tab
...> - and with a scrollbar in case the list gets too long to fit into > the available space > > Now I condensed the code I started with into this example (with faked > data to fill the tabs): > > --- code begin --- > > require ''wxruby'' > > class TabScroller < Wx::App > > def on_init > frame = Wx::Frame.new( nil, -1, ''Matices in tabs'' ) > frame.set_client_size( Wx::Size.new( 400, 120 ) ) > sizer = Wx::BoxSizer.new( Wx::VERTICAL ) > > notebook = Wx::Notebook.new( frame, -1 ) > >...