]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
3 parameter wx.ImageList.Replace is now available everywhere
[wxWidgets.git] / wxPython / src / _notebook.i
index 8912ca94ce8eccba4b63e9cc25b7235cc2b8960b..8b557960b5ebfd7a8fea641c52082f648ba6158c 100644 (file)
@@ -27,7 +27,8 @@ enum {
     wxBK_BOTTOM,
     wxBK_LEFT,
     wxBK_RIGHT,
-    wxBK_ALIGN_MASK
+    wxBK_ALIGN_MASK,
+    wxBK_BUTTONBAR
 };
 
 
@@ -106,9 +107,16 @@ public:
     // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
     bool IsVertical() const;
 
+    // Sets/gets the margin around the controller
+    void SetControlMargin(int margin);
+    int GetControlMargin() const;
+
     // set/get option to shrink to fit current page
-    void SetShrinkMode(bool shrink);
-    bool GetShrinkMode() const;
+    void SetFitToCurrentPage(bool fit);
+    bool GetFitToCurrentPage() const;
+
+    // returns the sizer containing the control, if any
+    wxSizer* GetControlSizer() const;
 
 
     // remove one page from the control and delete it