wx._controls.BookCtrlBase
Proxy of C++ BookCtrlBase class
AddPage(args, kwargs)
AddPage(self, Window page, String text, bool select=False, int imageId=-1) -> bool
AdvanceSelection(args, kwargs)
AdvanceSelection(self, bool forward=True)
AssignImageList(args, kwargs)
AssignImageList(self, ImageList imageList)
CalcSizeFromPage(args, kwargs)
CalcSizeFromPage(self, Size sizePage) -> Size
DeleteAllPages(args, kwargs)
DeleteAllPages(self) -> bool
DeletePage(args, kwargs)
DeletePage(self, size_t n) -> bool
GetClassDefaultAttributes
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
Get the default attributes for this class. This is useful if you want
to use the same font or colour in your own control as in a standard
control -- which is a much better idea than hard coding specific
colours or fonts which might look completely out of place on the
user's system, especially if it uses themes.
The variant parameter is only relevant under Mac currently and is
ignore under other platforms. Under Mac, it will change the size of
the returned font. See `wx.Window.SetWindowVariant` for more about
this.
GetCurrentPage(args, kwargs)
GetCurrentPage(self) -> Window
GetImageList(args, kwargs)
GetImageList(self) -> ImageList
GetPage(args, kwargs)
GetPage(self, size_t n) -> Window
GetPageCount(args, kwargs)
GetPageCount(self) -> size_t
GetPageImage(args, kwargs)
GetPageImage(self, size_t n) -> int
GetPageText(args, kwargs)
GetPageText(self, size_t n) -> String
GetSelection(args, kwargs)
GetSelection(self) -> int
InsertPage(args, kwargs)
InsertPage(self, size_t n, Window page, String text, bool select=False,
int imageId=-1) -> bool
RemovePage(args, kwargs)
RemovePage(self, size_t n) -> bool
SetImageList(args, kwargs)
SetImageList(self, ImageList imageList)
SetPageImage(args, kwargs)
SetPageImage(self, size_t n, int imageId) -> bool
SetPageSize(args, kwargs)
SetPageSize(self, Size size)
SetPageText(args, kwargs)
SetPageText(self, size_t n, String strText) -> bool
SetSelection(args, kwargs)
SetSelection(self, size_t n) -> int
[constructor]
Usage: classname(arguments)
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to
[operator 'repr']
Usage: repr(a)