table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
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: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.
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(),
H::integer()}} | {style, integer()}
See external documentation.
Types:
This = wxTreebook()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Equivalent to addPage(This, Page, Text, []).
Types:
This = wxTreebook()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Option = {bSelect, boolean()} | {imageId, integer()}
See external documentation.
Types:
This = wxTreebook()
Equivalent to advanceSelection(This, []).
Types:
This = wxTreebook()
Option = {forward, boolean()}
See external documentation.
Types:
This = wxTreebook()
ImageList = wxImageList() (see module wxImageList)
See external documentation.
Types:
This = wxTreebook()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to create(This, Parent, Id, []).
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.
Types:
This = wxTreebook()
See external documentation.
Types:
This = wxTreebook()
Pos = integer()
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Types:
This = wxTreebook()
See external documentation.
Types:
This = wxTreebook()
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Types:
This = wxTreebook()
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Types:
This = wxTreebook()
See external documentation.
Types:
This = wxTreebook()
Pos = integer()
Equivalent to expandNode(This, Pos, []).
Types:
This = wxTreebook()
Pos = integer()
Option = {expand, boolean()}
See external documentation.
Types:
This = wxTreebook()
Pos = integer()
See external documentation.
Types:
Result = {Res::integer(), Flags::integer()}
This = wxTreebook()
Pt = {X::integer(), Y::integer()}
See external documentation.
Types:
This = wxTreebook()
Pos = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Equivalent to insertPage(This, Pos, Page, Text, []).
Types:
This = wxTreebook()
Pos = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Option = {bSelect, boolean()} | {imageId, integer()}
See external documentation.
Types:
This = wxTreebook()
Pos = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Equivalent to insertSubPage(This, Pos, Page, Text, []).
Types:
This = wxTreebook()
Pos = integer()
Page = wxWindow() (see module wxWindow)
Text = chardata() (see module unicode)
Option = {bSelect, boolean()} | {imageId, integer()}
See external documentation.
Types:
This = wxTreebook()
ImageList = wxImageList() (see module wxImageList)
See external documentation.
Types:
This = wxTreebook()
Size = {W::integer(), H::integer()}
See external documentation.
Types:
This = wxTreebook()
N = integer()
ImageId = integer()
See external documentation.
Types:
This = wxTreebook()
N = integer()
StrText = chardata() (see module unicode)
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Types:
This = wxTreebook()
N = integer()
See external documentation.
Destroys this object, do not use object again
AUTHORS¶
wx 1.3.1 |