Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wximagelist(3erl) [linux man page]

wxImageList(3erl)					     Erlang Module Definition						 wxImageList(3erl)

NAME
wxImageList - See external documentation: wxImageList. DESCRIPTION
See external documentation: wxImageList . DATA TYPES
wxImageList() : 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() -> wxImageList() See external documentation . new(Width::integer(), Height::integer()) -> wxImageList() Equivalent to new(Width, Height, []) . new(Width::integer(), Height::integer(), Options::[Option]) -> wxImageList() Types Option = {mask, bool()} | {initialCount, integer()} See external documentation . add(This::wxImageList(), Bitmap::wxBitmap() (see module wxBitmap)) -> integer() See external documentation . add(This::wxImageList(), Bitmap::wxBitmap() (see module wxBitmap), X::term()) -> integer() See external documentation . Alternatives: add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), Mask::wxBitmap:wxBitmap()) -> integer() add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:colour()) -> integer() create(This::wxImageList(), Width::integer(), Height::integer()) -> bool() Equivalent to create(This, Width, Height, []) . create(This::wxImageList(), Width::integer(), Height::integer(), Options::[Option]) -> bool() Types Option = {mask, bool()} | {initialCount, integer()} See external documentation . draw(This::wxImageList(), Index::integer(), Dc::wxDC() (see module wxDC), X::integer(), Y::integer()) -> bool() Equivalent to draw(This, Index, Dc, X, Y, []) . draw(This::wxImageList(), Index::integer(), Dc::wxDC() (see module wxDC), X::integer(), Y::integer(), Options::[Option]) -> bool() Types Option = {flags, integer()} | {solidBackground, bool()} See external documentation . getBitmap(This::wxImageList(), Index::integer()) -> wxBitmap() (see module wxBitmap) See external documentation . getIcon(This::wxImageList(), Index::integer()) -> wxIcon() (see module wxIcon) See external documentation . getImageCount(This::wxImageList()) -> integer() See external documentation . getSize(This::wxImageList(), Index::integer()) -> {bool(), Width::integer(), Height::integer()} See external documentation . remove(This::wxImageList(), Index::integer()) -> bool() See external documentation . removeAll(This::wxImageList()) -> bool() See external documentation . replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> bool() See external documentation . replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap() (see module wxBitmap), Mask::wxBitmap() (see module wxBitmap)) -> bool() See external documentation . destroy(This::wxImageList()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxImageList(3erl)

Check Out this Related 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