wxNotebook

See external documentation: wxNotebook.

See external documentation: wxNotebook.

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

Functions


new() -> wxNotebook()

See external documentation.

new(Parent, Winid) -> wxNotebook()

Equivalent to new(Parent, Winid, []).

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

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

See external documentation.

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

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

See external documentation.

advanceSelection(This) -> ok

advanceSelection(This, Options::[Option]) -> ok

See external documentation.

assignImageList(This, ImageList) -> ok

See external documentation.

create(This, Parent, Id) -> boolean()

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

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

See external documentation.

deleteAllPages(This) -> boolean()

See external documentation.

deletePage(This, NPage) -> boolean()

See external documentation.

removePage(This, NPage) -> boolean()

See external documentation.

getCurrentPage(This) -> wxWindow:wxWindow()

See external documentation.

getImageList(This) -> wxImageList:wxImageList()

See external documentation.

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

See external documentation.

getPageCount(This) -> integer()

See external documentation.

getPageImage(This, NPage) -> integer()

See external documentation.

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

See external documentation.

getRowCount(This) -> integer()

See external documentation.

getSelection(This) -> integer()

See external documentation.

getThemeBackgroundColour(This) -> wx:wx_colour4()

See external documentation.

hitTest(This, Pt) -> Result

  • Result = {Res::integer(), Flags::integer()}
  • This = wxNotebook()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

insertPage(This, Position, Win, StrText) -> boolean()

insertPage(This, Position, Win, StrText, Options::[Option]) -> boolean()

See external documentation.

setImageList(This, ImageList) -> ok

See external documentation.

setPadding(This, Padding) -> ok

See external documentation.

setPageSize(This, Size) -> ok

See external documentation.

setPageImage(This, NPage, NImage) -> boolean()

See external documentation.

setPageText(This, NPage, StrText) -> boolean()

See external documentation.

setSelection(This, NPage) -> integer()

See external documentation.

changeSelection(This, NPage) -> integer()

See external documentation.

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

Destroys this object, do not use object again