Toolbar and AUI

Hi

I use some wxToolbars in my application, and I was wondering if it is possible to align the toolbar to the right side AND keep it in the top toolbar pane.
I know that there is a right toolbar pane, but that would not fit into the layout I have in mind.
I am loking for a result like adding the toolbar programmatically and then moving it with the mouse to the right edge of the screen.

I also noticed that if a toolbar is too long, the tools are swallowed by the window's edge. Is there a way to make it work like in Firefox, for example, where the tools are hidden and a small button with ">>" on it is displayed to show the hidden tools.

Hannes

Hello,

I also noticed that if a toolbar is too long, the tools are swallowed by
the window's edge. Is there a way to make it work like in Firefox, for
example, where the tools are hidden and a small button with ">>" on it
is displayed to show the hidden tools.

If I understand your question correctly, Andrea's flatmenu should
accomplish this, http://xoomer.alice.it/infinity77/eng/FlatMenu.html.

I use some wxToolbars in my application, and I was wondering if it is
possible to align the toolbar to the right side AND keep it in the top
toolbar pane.
I know that there is a right toolbar pane, but that would not fit into
the layout I have in mind.
I am loking for a result like adding the toolbar programmatically and
then moving it with the mouse to the right edge of the screen.

I don't know if it can help you with this, though. However as this is
written in pure python, if it can't support it natively you might
be able to change it.

- Mike