]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
Many changes for wxInputHandler creation mainly related to:
[wxWidgets.git] / wxPython / src / mac / _controls.py
index b25b2ece19747e6eb24c6cc70450e89f10579ada..10bf1310b19fa35f5f632d4ac39d481b68aa45ea 100644 (file)
@@ -3064,6 +3064,8 @@ class Notebook(BookCtrlBase):
         return _controls_.Notebook_GetClassDefaultAttributes(*args, **kwargs)
 
     GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
+    RowCount = property(GetRowCount,doc="See `GetRowCount`") 
+    ThemeBackgroundColour = property(GetThemeBackgroundColour,doc="See `GetThemeBackgroundColour`") 
 _controls_.Notebook_swigregister(Notebook)
 
 def PreNotebook(*args, **kwargs):