Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxlistbook(3erl) [linux man page]

wxListbook(3erl)					     Erlang Module Definition						  wxListbook(3erl)

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