Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxtreebook(3erl) [linux man page]

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