wxControlwxWindowwxEvtHandlerabstract datatype: wxAuiNotebook()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
addPage(This::wxAuiNotebook(), Page::wxWindow:wxWindow(), Caption::string()) -> bool()
Equivalent to addPage(This, Page, Caption, []).
addPage(This::wxAuiNotebook(), Page::wxWindow:wxWindow(), Caption::string(), Options::[Option]) -> bool()
create(This::wxAuiNotebook(), Parent::wxWindow:wxWindow()) -> bool()
Equivalent to create(This, Parent, []).
create(This::wxAuiNotebook(), Parent::wxWindow:wxWindow(), Options::[Option]) -> bool()
deletePage(This::wxAuiNotebook(), Page::integer()) -> bool()
destroy(This::wxAuiNotebook()) -> ok
Destroys this object, do not use object again
getArtProvider(This::wxAuiNotebook()) -> wxAuiTabArt:wxAuiTabArt()
getPage(This::wxAuiNotebook(), Page_idx::integer()) -> wxWindow:wxWindow()
getPageBitmap(This::wxAuiNotebook(), Page_idx::integer()) -> wxBitmap:wxBitmap()
getPageCount(This::wxAuiNotebook()) -> integer()
getPageIndex(This::wxAuiNotebook(), Page_wnd::wxWindow:wxWindow()) -> integer()
getPageText(This::wxAuiNotebook(), Page_idx::integer()) -> string()
getSelection(This::wxAuiNotebook()) -> integer()
insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow:wxWindow(), Caption::string()) -> bool()
Equivalent to insertPage(This, Page_idx, Page, Caption, []).
insertPage(This::wxAuiNotebook(), Page_idx::integer(), Page::wxWindow:wxWindow(), Caption::string(), Options::[Option]) -> bool()
new() -> wxAuiNotebook()
new(Parent::wxWindow:wxWindow()) -> wxAuiNotebook()
Equivalent to new(Parent, []).
new(Parent::wxWindow:wxWindow(), Options::[Option]) -> wxAuiNotebook()
removePage(This::wxAuiNotebook(), Page::integer()) -> bool()
setArtProvider(This::wxAuiNotebook(), Art::wxAuiTabArt:wxAuiTabArt()) -> ok
setFont(This::wxAuiNotebook(), Font::wxFont:wxFont()) -> bool()
setPageBitmap(This::wxAuiNotebook(), Page::integer(), Bitmap::wxBitmap:wxBitmap()) -> bool()
setPageText(This::wxAuiNotebook(), Page::integer(), Text::string()) -> bool()
setSelection(This::wxAuiNotebook(), New_page::integer()) -> integer()
setTabCtrlHeight(This::wxAuiNotebook(), Height::integer()) -> ok
setUniformBitmapSize(This::wxAuiNotebook(), Size::{W::integer(), H::integer()}) -> ok
Generated by EDoc, May 26 2008, 12:35:27.