Kirix Support Forums

[RESOLVED] Multiline in wxAuiNotebook

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

[RESOLVED] Multiline in wxAuiNotebook

Postby mikael.delsol on Fri Apr 13, 2007 10:43 am

Hello,

I used a wxNotebook and I passed to a wxAuiNotebook and I realized that it seems impossible to have the same options than in a wxNotebook, I mean that I can't have multiline in the wxAuiNotebook. If I use :
Code: Select all
SetWindowStyleFlag(wxNB_MULTILINE);

the wxAuiNotebook works bad and don't pass to multiline if I have many tabs.

Is my observation correct?

Best
Mikael
Last edited by mikael.delsol on Mon Apr 16, 2007 11:12 am, edited 1 time in total.
mikael.delsol
Registered User
 
Posts: 13
Joined: Fri Mar 02, 2007 11:22 am
Location: Montpellier, France

Postby Ben on Mon Apr 16, 2007 8:57 am

Hi Mikael,

First, none of the wxNB_ constants work in wxAuiManager. You need to use the wxAUI_NB_ constants, defined in auibook.h.

Second, I don't believe that multi-line notebooks are implemented in wxAuiNotebook yet.

Best,
Ben
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Postby mikael.delsol on Mon Apr 16, 2007 10:50 am

Ok, thanks, I think it would be useful to add this option.

Best
mikael.delsol
Registered User
 
Posts: 13
Joined: Fri Mar 02, 2007 11:22 am
Location: Montpellier, France

Return to wxAUI Questions, Thoughts & Feedback