wxImageList
(wx)See external documentation: wxImageList.
See external documentation:
Functions
new() -> wxImageList()
See
new(Width, Height) -> wxImageList()
Width = integer()Height = integer()
Equivalent to new(Width, Height, []).
new(Width, Height, Option::[Option]) -> wxImageList()
Width = integer()Height = integer()Option = {mask, boolean()} | {initialCount, integer()}
See
add(This, Bitmap) -> integer()
This = wxImageList()Bitmap = wxBitmap() (see module wxBitmap)
See
add(This, Bitmap, Mask) -> integer()
This = wxImageList()Bitmap = wxBitmap() (see module wxBitmap)Mask = wxBitmap() (see module wxBitmap)
See
Also:
add(This, Bitmap, MaskColour) -> integer() when
This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:wx_colour().
create(This, Width, Height) -> boolean()
This = wxImageList()Width = integer()Height = integer()
Equivalent to create(This, Width, Height, []).
create(This, Width, Height, Option::[Option]) -> boolean()
This = wxImageList()Width = integer()Height = integer()Option = {mask, boolean()} | {initialCount, integer()}
See
draw(This, Index, Dc, X, Y) -> boolean()
This = wxImageList()Index = integer()Dc = wxDC() (see module wxDC)X = integer()Y = integer()
Equivalent to draw(This, Index, Dc, X, Y, []).
draw(This, Index, Dc, X, Y, Option::[Option]) -> boolean()
This = wxImageList()Index = integer()Dc = wxDC() (see module wxDC)X = integer()Y = integer()Option = {flags, integer()} | {solidBackground, boolean()}
See
getBitmap(This, Index) -> wxBitmap() (see module wxBitmap)
This = wxImageList()Index = integer()
See
getIcon(This, Index) -> wxIcon() (see module wxIcon)
This = wxImageList()Index = integer()
See
getImageCount(This) -> integer()
This = wxImageList()
See
getSize(This, Index) -> Result
Result = {Res::boolean(), Width::integer(), Height::integer()}This = wxImageList()Index = integer()
See
remove(This, Index) -> boolean()
This = wxImageList()Index = integer()
See
removeAll(This) -> boolean()
This = wxImageList()
See
replace(This, Index, Bitmap) -> boolean()
This = wxImageList()Index = integer()Bitmap = wxBitmap() (see module wxBitmap)
See
replace(This, Index, Bitmap, Mask) -> boolean()
This = wxImageList()Index = integer()Bitmap = wxBitmap() (see module wxBitmap)Mask = wxBitmap() (see module wxBitmap)
See
destroy(This::wxImageList()) -> ok
Destroys this object, do not use object again