deprecated wxBookCtrlSizer and wxNotebookSizer, they are no longer needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -326,8 +326,7 @@ MySizerDialog::MySizerDialog(wxWindow *parent, const wxChar *title)
 | 
			
		||||
    wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );
 | 
			
		||||
 | 
			
		||||
    wxNotebook *notebook = new wxNotebook( this, wxID_ANY );
 | 
			
		||||
    wxNotebookSizer *nbs = new wxNotebookSizer( notebook );
 | 
			
		||||
    topsizer->Add( nbs, 1, wxGROW );
 | 
			
		||||
    topsizer->Add( notebook, 1, wxGROW );
 | 
			
		||||
 | 
			
		||||
    wxButton *button = new wxButton( this, wxID_OK, _T("OK") );
 | 
			
		||||
    topsizer->Add( button, 0, wxALIGN_RIGHT | wxALL, 10 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user