wxaui notebook style flags added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1234,7 +1234,8 @@ wxHtmlWindow* MyFrame::CreateHTMLCtrl(wxWindow* parent)
|
||||
wxAuiMultiNotebook* MyFrame::CreateNotebook()
|
||||
{
|
||||
wxAuiMultiNotebook* ctrl = new wxAuiMultiNotebook( this, wxID_ANY,
|
||||
wxDefaultPosition, wxSize(400,300), wxNO_BORDER );
|
||||
wxDefaultPosition, wxSize(400,300),
|
||||
wxAUI_NB_DEFAULT_STYLE | wxNO_BORDER );
|
||||
|
||||
ctrl->AddPage(CreateHTMLCtrl(ctrl), wxT("Welcome"));
|
||||
|
||||
|
Reference in New Issue
Block a user