reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user