wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxAuiNotebook

Module

wxAuiNotebook

Module Summary

See external documentation: wxAuiNotebook.

Description

See external documentation: wxAuiNotebook.

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

DATA TYPES

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.

Exports

new() -> wxAuiNotebook()

new(Parent) -> wxAuiNotebook()

Types

Equivalent to new(Parent, []).

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

Types

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

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

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

Types

Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}

create(This, Parent) -> boolean()

Types

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

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

Types

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

deletePage(This, Page) -> boolean()

Types

Page = integer()

getArtProvider(This) -> wxAuiTabArt:wxAuiTabArt()

Types

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

Types

Page_idx = integer()

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

Types

Page_idx = integer()

getPageCount(This) -> integer()

Types

getPageIndex(This, Page_wnd) -> integer()

Types

Page_wnd = wxWindow:wxWindow()

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

Types

Page_idx = integer()

getSelection(This) -> integer()

Types

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

Types

Page_idx = integer()
Caption = unicode:chardata()

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

Types

Page_idx = integer()
Caption = unicode:chardata()
Option = {select, boolean()} | {bitmap, wxBitmap:wxBitmap()}

removePage(This, Page) -> boolean()

Types

Page = integer()

setArtProvider(This, Art) -> ok

setFont(This, Font) -> boolean()

Types

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

Types

Page = integer()

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

Types

Page = integer()

setSelection(This, New_page) -> integer()

Types

New_page = integer()

setTabCtrlHeight(This, Height) -> ok

Types

Height = integer()

setUniformBitmapSize(This, Size) -> ok

Types

Size = {W::integer(), H::integer()}

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

Destroys this object, do not use object again