X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f486b326a82a56be29cf70ebc6c22201f1afcaf..8fb0e70a5ddefb9cb909f2bb013cacf0c7b94c25:/wxPython/src/mac/_controls.py diff --git a/wxPython/src/mac/_controls.py b/wxPython/src/mac/_controls.py index 76be1ba769..b0304aabf6 100644 --- a/wxPython/src/mac/_controls.py +++ b/wxPython/src/mac/_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): @@ -2787,6 +2788,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)