Is there any way to get the last menu item to show on the right side
of the menu bar?
No.
I would like to see it show something like this:
File Edit Help
I can insert blank menu items to force spaces, but that seems
inelegant. I would like to insert something like a right-justify tab.
In the old days the Motif toolkit recommended right justifying the Help menu, and some Windows applications at the time mimicked that. Now however all of the user interface style guides for the supported platforms either say not to do it or don't provide support for it in the API, so wx doesn't support it either.
In the old days the Motif toolkit recommended right justifying the Help
menu, and some Windows applications at the time mimicked that. Now however
all of the user interface style guides for the supported platforms either
say not to do it or don't provide support for it in the API, so wx doesn't
support it either.
Thanks, Robin.
-Tom
···
On Sat, Jul 31, 2010 at 12:50, Robin Dunn <robin@alldunn.com> wrote: