wxAuiNotebook

See external documentation: wxAuiNotebook.

See external documentation: wxAuiNotebook.

This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler

Functions


new() -> wxAuiNotebook()

See external documentation.

new(Parent) -> wxAuiNotebook()

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxAuiNotebook()

  • Parent = wxWindow:wxWindow()
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

addPage(This, Page, Caption) -> boolean()

addPage(This, Page, Caption, Options::[Option]) -> boolean()

See external documentation.

create(This, Parent) -> boolean()

Equivalent to create(This, Parent, []).

create(This, Parent, Options::[Option]) -> boolean()

  • This = wxAuiNotebook()
  • Parent = wxWindow:wxWindow()
  • Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

deletePage(This, Page) -> boolean()

See external documentation.

getArtProvider(This) -> wxAuiTabArt:wxAuiTabArt()

See external documentation.

getPage(This, Page_idx) -> wxWindow:wxWindow()

See external documentation.

getPageBitmap(This, Page_idx) -> wxBitmap:wxBitmap()

See external documentation.

getPageCount(This) -> integer()

See external documentation.

getPageIndex(This, Page_wnd) -> integer()

See external documentation.

getPageText(This, Page_idx) -> unicode:charlist()

See external documentation.

getSelection(This) -> integer()

See external documentation.

insertPage(This, Page_idx, Page, Caption) -> boolean()

insertPage(This, Page_idx, Page, Caption, Options::[Option]) -> boolean()

See external documentation.

removePage(This, Page) -> boolean()

See external documentation.

setArtProvider(This, Art) -> ok

See external documentation.

setFont(This, Font) -> boolean()

See external documentation.

setPageBitmap(This, Page, Bitmap) -> boolean()

See external documentation.

setPageText(This, Page, Text) -> boolean()

See external documentation.

setSelection(This, New_page) -> integer()

See external documentation.

setTabCtrlHeight(This, Height) -> ok

See external documentation.

setUniformBitmapSize(This, Size) -> ok

See external documentation.

destroy(This::wxAuiNotebook()) -> ok

Destroys this object, do not use object again