]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
docstring update
[wxWidgets.git] / wxPython / src / _notebook.i
index 77c6a4cb27d5cda83fdfbb76cf9d77ea2d91bcbd..32325974a3e63215e9ab6e9bb61bf1b89402aed3 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`");
 };
 
 
@@ -374,6 +377,7 @@ public:
                 const wxString& name = wxPyEmptyString);
 
     wxListView* GetListView();
+    %property(ListView, GetListView, doc="See `GetListView`");
 };