X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e3af6e7eed3c4717608ba2095a688b1fea60e0..5eeccdd52c8a7140bfa220d412aa9dc181f7a4d8:/interface/wx/propdlg.h diff --git a/interface/wx/propdlg.h b/interface/wx/propdlg.h index 07af2d11ea..a55804eaea 100644 --- a/interface/wx/propdlg.h +++ b/interface/wx/propdlg.h @@ -3,7 +3,7 @@ // Purpose: interface of wxPropertySheetDialog // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -80,7 +80,7 @@ enum wxPropertySheetDialogFlags // Add page wxPanel* panel = new wxPanel(GetBookCtrl(), ...); - GetBookCtrl()->AddPage(panel, wxT("General")); + GetBookCtrl()->AddPage(panel, "General"); LayoutDialog(); return true; @@ -182,13 +182,6 @@ public: */ void SetBookCtrl(wxBookCtrlBase* bookCtrl); - /** - Sets the inner sizer that contains the book control and button sizer. - - You will normally not need to use this. - */ - void SetInnerSizer(wxSizer* sizer); - /** You can customize the look and feel of the dialog by setting the sheet style. It is a bit list of the ::wxPropertySheetDialogFlags values.