Multiple Row Toolbar in Linux

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Manish
In need of some credit
In need of some credit
Posts: 3
Joined: Wed Oct 13, 2004 1:22 pm
Contact:

Multiple Row Toolbar in Linux

Post by Manish »

Hi,

I am using Linux 9.0. I am building an application using wxWindows 2.4.2 which will run on both Windows and Linux and the progrmming language is C++. I have made two row toolbar in the application. It show me two rows in windows but the same code is not working on Linux.

Even the sample of toolbar is working fine on Windows but the same is not working as expected, specifically in the case of multiple rows of toolbar.

If any one knows that, is this bug or what ? Than please guide me.
User avatar
tierra
Site Admin
Site Admin
Posts: 1355
Joined: Sun Aug 29, 2004 7:14 pm
Location: Salt Lake City, Utah, USA
Contact:

Re: Multiple Row Toolbar in Linux

Post by tierra »

Manish wrote:I am using Linux 9.0
I assume that means Mandrake 9.0...

Are you using wxFrameLayout or just wxToolbar inside a vertical box sizer?
Manish
In need of some credit
In need of some credit
Posts: 3
Joined: Wed Oct 13, 2004 1:22 pm
Contact:

Post by Manish »

I am using Red Hat Linux9.0.

I have placed the toolbar on the class derived from wxDocMDIParentFrame.

The same thing works very nicely on Windows.

Thanks & Regards,
Manish
Post Reply