Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxtoolbook(3erl) [linux man page]

wxToolbook(3erl)					     Erlang Module Definition						  wxToolbook(3erl)

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