Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxicon(3erl) [linux man page]

wxIcon(3erl)						     Erlang Module Definition						      wxIcon(3erl)

NAME
wxIcon - See external documentation: wxIcon. DESCRIPTION
See external documentation: wxIcon . This class is derived (and can use functions) from: wxBitmap DATA TYPES
wxIcon() : 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() -> wxIcon() See external documentation . new(X::string() | term()) -> wxIcon() See external documentation . Alternatives: new(Filename::string()) -> new(Filename, []) new(Loc::wx:wx()) -> wxIcon() new(Filename::string(), Options::[Option]) -> wxIcon() Types Option = {type, WxBitmapType} | {desiredWidth, integer()} | {desiredHeight, integer()} WxBitmapType = integer() See external documentation . WxBitmapType is one of ?wxBITMAP_TYPE_INVALID | ?wxBITMAP_TYPE_BMP | ?wxBITMAP_TYPE_BMP_RESOURCE | ?wxBITMAP_TYPE_RESOURCE | ?wxBITMAP_TYPE_ICO | ?wxBITMAP_TYPE_ICO_RESOURCE | ?wxBITMAP_TYPE_CUR | ?wxBITMAP_TYPE_CUR_RESOURCE | ?wxBITMAP_TYPE_XBM | ?wxBITMAP_TYPE_XBM_DATA | ?wxBITMAP_TYPE_XPM | ?wxBITMAP_TYPE_XPM_DATA | ?wxBITMAP_TYPE_TIF | ?wxBITMAP_TYPE_TIF_RESOURCE | ?wxBITMAP_TYPE_GIF | ?wxBITMAP_TYPE_GIF_RESOURCE | ?wxBITMAP_TYPE_PNG | ?wxBITMAP_TYPE_PNG_RESOURCE | ?wxBITMAP_TYPE_JPEG | ?wxBITMAP_TYPE_JPEG_RESOURCE | ?wxBITMAP_TYPE_PNM | ?wxBITMAP_TYPE_PNM_RESOURCE | ?wxBITMAP_TYPE_PCX | ?wxBITMAP_TYPE_PCX_RESOURCE | ?wxBITMAP_TYPE_PICT | ?wxBITMAP_TYPE_PICT_RESOURCE | ?wxBITMAP_TYPE_ICON | ?wxBITMAP_TYPE_ICON_RESOURCE | ?wxBITMAP_TYPE_ANI | ?wxBITMAP_TYPE_IFF | ?wxBITMAP_TYPE_TGA | ?wxBITMAP_TYPE_MACCURSOR | ?wxBITMAP_TYPE_MACCURSOR_RESOURCE | ?wxBITMAP_TYPE_ANY copyFromBitmap(This::wxIcon(), Bmp::wxBitmap() (see module wxBitmap)) -> ok See external documentation . destroy(This::wxIcon()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxIcon(3erl)

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