]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
docstrings and other minor tweaks
[wxWidgets.git] / wxPython / src / _notebook.i
index 32325974a3e63215e9ab6e9bb61bf1b89402aed3..baff81bb3e8406529c100e1fec7e167fd66af092 100644 (file)
@@ -555,6 +555,7 @@ public:
     // the tree control we use for showing the pages index tree
     wxPyTreeCtrl* GetTreeCtrl() const;
 
+    %property(TreeCtrl, GetTreeCtrl, doc="See `GetTreeCtrl`");
 };
 
 
@@ -614,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`");
 };