X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f486b326a82a56be29cf70ebc6c22201f1afcaf..8fb0e70a5ddefb9cb909f2bb013cacf0c7b94c25:/wxPython/src/msw/_controls.py diff --git a/wxPython/src/msw/_controls.py b/wxPython/src/msw/_controls.py index c1ce219e43..a5a97e0eb8 100644 --- a/wxPython/src/msw/_controls.py +++ b/wxPython/src/msw/_controls.py @@ -11,6 +11,7 @@ BU_LEFT = _controls_.BU_LEFT BU_TOP = _controls_.BU_TOP BU_RIGHT = _controls_.BU_RIGHT BU_BOTTOM = _controls_.BU_BOTTOM +BU_ALIGN_MASK = _controls_.BU_ALIGN_MASK BU_EXACTFIT = _controls_.BU_EXACTFIT BU_AUTODRAW = _controls_.BU_AUTODRAW class Button(_core.Control): @@ -2799,6 +2800,10 @@ class BookCtrl(_core.Control): """GetPage(self, size_t n) -> Window""" return _controls_.BookCtrl_GetPage(*args, **kwargs) + def GetCurrentPage(*args, **kwargs): + """GetCurrentPage(self) -> Window""" + return _controls_.BookCtrl_GetCurrentPage(*args, **kwargs) + def GetSelection(*args, **kwargs): """GetSelection(self) -> int""" return _controls_.BookCtrl_GetSelection(*args, **kwargs) @@ -3008,10 +3013,6 @@ class Notebook(BookCtrl): """CalcSizeFromPage(self, Size sizePage) -> Size""" return _controls_.Notebook_CalcSizeFromPage(*args, **kwargs) - def ApplyThemeBackground(*args, **kwargs): - """ApplyThemeBackground(self, Window window, Colour colour)""" - return _controls_.Notebook_ApplyThemeBackground(*args, **kwargs) - def GetClassDefaultAttributes(*args, **kwargs): """ GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes