Query: wximagelist
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxImageList(3erl) Erlang Module Definition wxImageList(3erl)NAMEwxImageList - See external documentation: wxImageList.DESCRIPTIONSee external documentation: wxImageList .DATA TYPESwxImageList() : 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() -> 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 againAUTHORS<> wxErlang 0.98.9 wxImageList(3erl)
Related Man Pages |
---|
wxbitmapbutton(3erl) - linux |
wxbrush(3erl) - linux |
wxregion(3erl) - linux |
wxstaticbitmap(3erl) - linux |
wxtoolbar(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
Help: How do I ADD non-integer (decimal) values? |
External Hardrive add on's |
awk to replace second occurance |