Query: wxtreebook
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxTreebook(3erl) Erlang Module Definition wxTreebook(3erl)NAMEwxTreebook - See external documentation: wxTreebook.DESCRIPTIONSee external documentation: wxTreebook . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandlerDATA TYPESwxTreebook() : 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.EXPORTSnew() -> 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 againAUTHORS<> wxErlang 0.98.9 wxTreebook(3erl)
Related Man Pages |
---|
wxchoice(3erl) - linux |
wxchoicebook(3erl) - linux |
wxcombobox(3erl) - linux |
wxgauge(3erl) - linux |
wxradiobox(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
map Page Down and Page up to ] and [ |
Pos 1.17 (Default branch) |
Pos 1.18 (Default branch) |
Discard part of a file based on a pattern --- |