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);