wxToolbar multiline?

Hi, is it possible to have the toolbar on a multiple line?
I need it because when resizing the app not all the buttons are visible, i would like to place them on multiple lines

Alessandro Crugnola [aka] sephiroth
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Alessandro Crugnola *sephiroth* wrote:

Hi, is it possible to have the toolbar on a multiple line? I need it
because when resizing the app not all the buttons are visible, i
would like to place them on multiple lines

The wxToolbar doesn't support that, but you could probably have two toolbars.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Thanks,
I've tried adding more SetToolBar but it doesn't work.. is there a different approach in order to have a toolbar with more than 1
line of tools?

:: -----Original Message-----
:: From: Robin Dunn [mailto:robin@alldunn.com]
:: Sent: venerdì 7 novembre 2003 2.46
:: To: wxPython-users@lists.wxwindows.org
:: Subject: Re: [wxPython-users] wxToolbar multiline?
::
:: Alessandro Crugnola *sephiroth* wrote:
:: > Hi, is it possible to have the toolbar on a multiple line?
:: I need it
:: > because when resizing the app not all the buttons are
:: visible, i would
:: > like to place them on multiple lines
::
:: The wxToolbar doesn't support that, but you could probably
:: have two toolbars.
::
:: --
:: Robin Dunn
:: Software Craftsman
:: http://wxPython.org Java give you jitters? Relax with wxPython!
::
::
::
:: ---------------------------------------------------------------------
:: To unsubscribe, e-mail:
:: wxPython-users-unsubscribe@lists.wxwindows.org
:: For additional commands, e-mail:
:: wxPython-users-help@lists.wxwindows.org
::

Alessandro Crugnola *sephiroth* wrote:

Thanks,
I've tried adding more SetToolBar but it doesn't work.. is there a different approach in order to have a toolbar with more than 1
line of tools?

wxFrame only knows how to manage one toolbar, but you can create another one and manage its size and position yourself like any other window (in a Sizer for example.)

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!