wxAuiNotebook

See external documentation: wxAuiNotebook.

See external documentation: wxAuiNotebook.

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

Types


wxAuiNotebook() = wx:wx_object()

Functions


new() -> wxAuiNotebook()

See external documentation.

new(Parent) -> wxAuiNotebook()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

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

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

See external documentation.

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

  • This = wxAuiNotebook()
  • Page = wxWindow() (see module wxWindow)
  • Caption = chardata() (see module unicode)

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

  • This = wxAuiNotebook()
  • Page = wxWindow() (see module wxWindow)
  • Caption = chardata() (see module unicode)
  • Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}

See external documentation.

create(This, Parent) -> boolean()

  • This = wxAuiNotebook()
  • Parent = wxWindow() (see module wxWindow)

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

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

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

See external documentation.

deletePage(This, Page) -> boolean()

  • This = wxAuiNotebook()
  • Page = integer()

See external documentation.

getArtProvider(This) -> wxAuiTabArt() (see module wxAuiTabArt)

  • This = wxAuiNotebook()

See external documentation.

getPage(This, Page_idx) -> wxWindow() (see module wxWindow)

  • This = wxAuiNotebook()
  • Page_idx = integer()

See external documentation.

getPageBitmap(This, Page_idx) -> wxBitmap() (see module wxBitmap)

  • This = wxAuiNotebook()
  • Page_idx = integer()

See external documentation.

getPageCount(This) -> integer()

  • This = wxAuiNotebook()

See external documentation.

getPageIndex(This, Page_wnd) -> integer()

  • This = wxAuiNotebook()
  • Page_wnd = wxWindow() (see module wxWindow)

See external documentation.

getPageText(This, Page_idx) -> charlist() (see module unicode)

  • This = wxAuiNotebook()
  • Page_idx = integer()

See external documentation.

getSelection(This) -> integer()

  • This = wxAuiNotebook()

See external documentation.

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

  • This = wxAuiNotebook()
  • Page_idx = integer()
  • Page = wxWindow() (see module wxWindow)
  • Caption = chardata() (see module unicode)

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

  • This = wxAuiNotebook()
  • Page_idx = integer()
  • Page = wxWindow() (see module wxWindow)
  • Caption = chardata() (see module unicode)
  • Option = {select, boolean()} | {bitmap, wxBitmap() (see module wxBitmap)}

See external documentation.

removePage(This, Page) -> boolean()

  • This = wxAuiNotebook()
  • Page = integer()

See external documentation.

setArtProvider(This, Art) -> ok

  • This = wxAuiNotebook()
  • Art = wxAuiTabArt() (see module wxAuiTabArt)

See external documentation.

setFont(This, Font) -> boolean()

  • This = wxAuiNotebook()
  • Font = wxFont() (see module wxFont)

See external documentation.

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

  • This = wxAuiNotebook()
  • Page = integer()
  • Bitmap = wxBitmap() (see module wxBitmap)

See external documentation.

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

  • This = wxAuiNotebook()
  • Page = integer()
  • Text = chardata() (see module unicode)

See external documentation.

setSelection(This, New_page) -> integer()

  • This = wxAuiNotebook()
  • New_page = integer()

See external documentation.

setTabCtrlHeight(This, Height) -> ok

  • This = wxAuiNotebook()
  • Height = integer()

See external documentation.

setUniformBitmapSize(This, Size) -> ok

  • This = wxAuiNotebook()
  • Size = {W::integer(), H::integer()}

See external documentation.

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

Destroys this object, do not use object again