Kirix Support Forums

How to add custom button to wxAuiNotebook tab bar?

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

How to add custom button to wxAuiNotebook tab bar?

Postby incawang on Mon Aug 23, 2010 4:13 am

How to add custom button to wxAuiNotebook tab bar?

I am try to add some custom button to wxAuiNotebook tab bar, And I inherit the wxAuiNotebook type and use m_tabs member "AddButton" method, but nothing is shown in tab bar, I think it's not a right way, So,
What is the right way to do that?

my wxWidgets is (2.9.1)

thanks~

Code: Select all
m_tabs.AddButton(wxAUI_BUTTON_START, wxLEFT);
incawang
Registered User
 
Posts: 1
Joined: Mon Aug 23, 2010 4:10 am

Return to wxAUI Questions, Thoughts & Feedback