X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2c9713ecc2a9b0d98d9710940018002aaaaed2..3af4da323ab401ad41e2eca2c6afbc2c3d632da6:/wxPython/src/msw/_controls.py?ds=sidebyside 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):