Kirix Support Forums
How to create a auinotebook like this
2 posts
• Page 1 of 1
How to create a auinotebook like this
the common one:
wxAuiNotebook* itemAuiNotebook46 = new wxAuiNotebook( itemFrame1, ID_AUINOTEBOOK3, wxDefaultPosition, wxDefaultSize, wxAUI_NB_DEFAULT_STYLE|wxAUI_NB_TOP );
m_test = new wxPanel( itemAuiNotebook46, ID_PANEL9, wxDefaultPosition, wxDefaultSize, wxSUNKEN_BORDER|wxTAB_TRAVERSAL );
itemAuiNotebook46->AddPage(m_test, _("Tab"), false);
................................
I try to:
itemAuiNotebook46->GetAuiManager().AddPane(m_test , wxAuiPaneInfo().row(1)............)
but AuiNoteBook's GetAuiManager is const member function;
- wenning
- Registered User
- Posts: 1
- Joined: Sun Sep 27, 2009 11:00 am
Re: How to create a auinotebook like this
I'm afraid that, at this moment, the configuration can't be set programmatically. The pane splittage can only be performed by the user himself.
All the best,
Ben
All the best,
Ben
Ben Williams
Kirix Support Team
Kirix Support Team
-
Ben - Kirix Support Team
- Posts: 525
- Joined: Mon Dec 19, 2005 6:29 am
2 posts
· Page 1 of 1
Return to wxAUI Questions, Thoughts & Feedback