X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2c9713ecc2a9b0d98d9710940018002aaaaed2..8bbd1bbf18bfc3ee0363870df5c26f585001c2d8:/wxPython/src/msw/_controls.py diff --git a/wxPython/src/msw/_controls.py b/wxPython/src/msw/_controls.py index f3db67ccf1..cfd85af1e4 100644 --- a/wxPython/src/msw/_controls.py +++ b/wxPython/src/msw/_controls.py @@ -3079,6 +3079,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):