.TH wxTreebook 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxTreebook \- See external documentation: wxTreebook. .SH DESCRIPTION .LP See external documentation: wxTreebook\&. .LP This class is derived (and can use functions) from: .br \fBwxControl\fR\& .br \fBwxWindow\fR\& .br \fBwxEvtHandler\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxTreebook(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> \fBwxTreebook()\fR\& .br .RS .LP See external documentation\&. .RE .LP .B new(Parent, Id) -> \fBwxTreebook()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxWindow:wxWindow()\fR\& .br Id = integer() .br .RE .RE .RS .LP Equivalent to \fBnew(Parent, Id, [])\fR\&\&. .RE .LP .B new(Parent, Id, Options::[Option]) -> \fBwxTreebook()\fR\& .br .RS .LP Types: .RS 3 Parent = \fBwxWindow:wxWindow()\fR\& .br Id = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B addPage(This, Page, Text) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBaddPage(This, Page, Text, [])\fR\&\&. .RE .LP .B addPage(This, Page, Text, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br Option = {bSelect, boolean()} | {imageId, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B advanceSelection(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP Equivalent to \fBadvanceSelection(This, [])\fR\&\&. .RE .LP .B advanceSelection(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Option = {forward, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B assignImageList(This, ImageList) -> ok .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br ImageList = \fBwxImageList:wxImageList()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Parent, Id) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Id = integer() .br .RE .RE .RS .LP Equivalent to \fBcreate(This, Parent, Id, [])\fR\&\&. .RE .LP .B create(This, Parent, Id, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Parent = \fBwxWindow:wxWindow()\fR\& .br Id = integer() .br Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B deleteAllPages(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B deletePage(This, Pos) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B removePage(This, N) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getCurrentPage(This) -> \fBwxWindow:wxWindow()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getImageList(This) -> \fBwxImageList:wxImageList()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPage(This, N) -> \fBwxWindow:wxWindow()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageCount(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageImage(This, N) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPageText(This, N) -> \fBunicode:charlist()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getSelection(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B expandNode(This, Pos) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br .RE .RE .RS .LP Equivalent to \fBexpandNode(This, Pos, [])\fR\&\&. .RE .LP .B expandNode(This, Pos, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br Option = {expand, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isNodeExpanded(This, Pos) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B hitTest(This, Pt) -> Result .br .RS .LP Types: .RS 3 Result = {Res::integer(), Flags::integer()} .br This = \fBwxTreebook()\fR\& .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B insertPage(This, Pos, Page, Text) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBinsertPage(This, Pos, Page, Text, [])\fR\&\&. .RE .LP .B insertPage(This, Pos, Page, Text, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br Option = {bSelect, boolean()} | {imageId, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B insertSubPage(This, Pos, Page, Text) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBinsertSubPage(This, Pos, Page, Text, [])\fR\&\&. .RE .LP .B insertSubPage(This, Pos, Page, Text, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Pos = integer() .br Page = \fBwxWindow:wxWindow()\fR\& .br Text = \fBunicode:chardata()\fR\& .br Option = {bSelect, boolean()} | {imageId, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setImageList(This, ImageList) -> ok .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br ImageList = \fBwxImageList:wxImageList()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageSize(This, Size) -> ok .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br Size = {W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageImage(This, N, ImageId) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br ImageId = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPageText(This, N, StrText) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br StrText = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSelection(This, N) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B changeSelection(This, N) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxTreebook()\fR\& .br N = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::\fBwxTreebook()\fR\&) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>