Scroll to navigation

wxTreebook(3erl) Erlang Module Definition wxTreebook(3erl)

NAME

wxTreebook - See external documentation: wxTreebook.

DESCRIPTION

See external documentation: wxTreebook.
This class is derived (and can use functions) from:
 
wxControl
 
wxWindow
 
wxEvtHandler

DATA TYPES

wxTreebook():
 
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() -> wxTreebook()
 
See external documentation.
 
new(Parent, Id) -> wxTreebook()
 
Types:
 
Parent = wxWindow() (see module wxWindow)
 
Id = integer()
 
Equivalent to new(Parent, Id, []).
 
new(Parent, Id, Option::[Option]) -> wxTreebook()
 
Types:
 
Parent = wxWindow() (see module wxWindow)
 
Id = integer()
 
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
 
See external documentation.
 
addPage(This, Page, Text) -> boolean()
 
Types:
 
This = wxTreebook()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Equivalent to addPage(This, Page, Text, []).
 
addPage(This, Page, Text, Option::[Option]) -> boolean()
 
Types:
 
This = wxTreebook()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Option = {bSelect, boolean()} | {imageId, integer()}
 
See external documentation.
 
advanceSelection(This) -> ok
 
Types:
 
This = wxTreebook()
 
Equivalent to advanceSelection(This, []).
 
advanceSelection(This, Option::[Option]) -> ok
 
Types:
 
This = wxTreebook()
 
Option = {forward, boolean()}
 
See external documentation.
 
assignImageList(This, ImageList) -> ok
 
Types:
 
This = wxTreebook()
 
ImageList = wxImageList() (see module wxImageList)
 
See external documentation.
 
create(This, Parent, Id) -> boolean()
 
Types:
 
This = wxTreebook()
 
Parent = wxWindow() (see module wxWindow)
 
Id = integer()
 
Equivalent to create(This, Parent, Id, []).
 
create(This, Parent, Id, Option::[Option]) -> boolean()
 
Types:
 
This = wxTreebook()
 
Parent = wxWindow() (see module wxWindow)
 
Id = integer()
 
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
 
See external documentation.
 
deleteAllPages(This) -> boolean()
 
Types:
 
This = wxTreebook()
 
See external documentation.
 
deletePage(This, Pos) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
See external documentation.
 
removePage(This, N) -> boolean()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
getCurrentPage(This) -> wxWindow() (see module wxWindow)
 
Types:
 
This = wxTreebook()
 
See external documentation.
 
getImageList(This) -> wxImageList() (see module wxImageList)
 
Types:
 
This = wxTreebook()
 
See external documentation.
 
getPage(This, N) -> wxWindow() (see module wxWindow)
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
getPageCount(This) -> integer()
 
Types:
 
This = wxTreebook()
 
See external documentation.
 
getPageImage(This, N) -> integer()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
getPageText(This, N) -> charlist() (see module unicode)
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
getSelection(This) -> integer()
 
Types:
 
This = wxTreebook()
 
See external documentation.
 
expandNode(This, Pos) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Equivalent to expandNode(This, Pos, []).
 
expandNode(This, Pos, Option::[Option]) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Option = {expand, boolean()}
 
See external documentation.
 
isNodeExpanded(This, Pos) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
See external documentation.
 
hitTest(This, Pt) -> Result
 
Types:
 
Result = {Res::integer(), Flags::integer()}
 
This = wxTreebook()
 
Pt = {X::integer(), Y::integer()}
 
See external documentation.
 
insertPage(This, Pos, Page, Text) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Equivalent to insertPage(This, Pos, Page, Text, []).
 
insertPage(This, Pos, Page, Text, Option::[Option]) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Option = {bSelect, boolean()} | {imageId, integer()}
 
See external documentation.
 
insertSubPage(This, Pos, Page, Text) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Equivalent to insertSubPage(This, Pos, Page, Text, []).
 
insertSubPage(This, Pos, Page, Text, Option::[Option]) -> boolean()
 
Types:
 
This = wxTreebook()
 
Pos = integer()
 
Page = wxWindow() (see module wxWindow)
 
Text = chardata() (see module unicode)
 
Option = {bSelect, boolean()} | {imageId, integer()}
 
See external documentation.
 
setImageList(This, ImageList) -> ok
 
Types:
 
This = wxTreebook()
 
ImageList = wxImageList() (see module wxImageList)
 
See external documentation.
 
setPageSize(This, Size) -> ok
 
Types:
 
This = wxTreebook()
 
Size = {W::integer(), H::integer()}
 
See external documentation.
 
setPageImage(This, N, ImageId) -> boolean()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
ImageId = integer()
 
See external documentation.
 
setPageText(This, N, StrText) -> boolean()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
StrText = chardata() (see module unicode)
 
See external documentation.
 
setSelection(This, N) -> integer()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
changeSelection(This, N) -> integer()
 
Types:
 
This = wxTreebook()
 
N = integer()
 
See external documentation.
 
destroy(This::wxTreebook()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 0.99.2