Toolbars with Multiple Lines

Discuss GUI programming with the RapaGUI plugin here
Post Reply
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Toolbars with Multiple Lines

Post by PEB »

RapaGUI doesn't currently support this, but I was wondering if it would be possible to add an option to have toolbars divided between multiple lines. For example, if my toolbar has ten items and looks like this:
|X|X|X|X|X|X|X|X|X|X|

...would it be possible to do something like this instead?
|X|X|X|X|X|
|X|X|X|X|X|
(two lines of five items each)
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Toolbars with Multiple Lines

Post by airsoftsoftwair »

Might be possible to add although I'm not sure if all platforms support it. I'll check.
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Toolbars with Multiple Lines

Post by airsoftsoftwair »

Not reliably supported by wxWidgets, so this won't come.
Post Reply