]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
docstrings and other minor tweaks
[wxWidgets.git] / wxPython / src / _notebook.i
index e62c154d4f910b3b857e2ef490411cc3c676ba5f..baff81bb3e8406529c100e1fec7e167fd66af092 100644 (file)
@@ -272,6 +272,9 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
+    %property(RowCount, GetRowCount, doc="See `GetRowCount`");
+    %property(ThemeBackgroundColour, GetThemeBackgroundColour, doc="See `GetThemeBackgroundColour`");
 };
 
 
@@ -552,6 +555,7 @@ public:
     // the tree control we use for showing the pages index tree
     wxPyTreeCtrl* GetTreeCtrl() const;
 
+    %property(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`");
 };
 
 
@@ -611,6 +615,8 @@ public:
     // Not part of the wxBookctrl API, but must be called in OnIdle or
     // by application to realize the toolbar and select the initial page.
     void Realize();
+
+    %property(ToolBar, GetToolBar, doc="See `GetToolBar`");
 };