]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/propdlg.h
fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix...
[wxWidgets.git] / interface / propdlg.h
index 11642b28eea8a7b2283401da61940cd626ad3b0e..ff00333f929a6cdd3b3f53c0f8999f2b5402ec64 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        propdlg.h
-// Purpose:     documentation for wxPropertySheetDialog class
+// Purpose:     interface of wxPropertySheetDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -109,18 +109,18 @@ public:
     /**
         Returns the book control that will contain your settings pages.
     */
-    wxBookCtrlBase* GetBookCtrl();
+    wxBookCtrlBase* GetBookCtrl() const;
 
     /**
         Returns the inner sizer that contains the book control and button sizer.
     */
-    wxSizer* GetInnerSizer();
+    wxSizer* GetInnerSizer() const;
 
     /**
         Returns the sheet style. See SetSheetStyle() for
         permissable values.
     */
-    long GetSheetStyle();
+    long GetSheetStyle() const;
 
     /**
         Call this to lay out the dialog. On PocketPC, this does nothing, since the
@@ -179,3 +179,4 @@ public:
     */
     void SetSheetStyle(long style);
 };
+