wxImageList
Module
wxImageList
Module Summary
See external documentation: wxImageList.
Description
See external documentation: wxImageList.
DATA TYPES
Exports
Types
Width = integer()
Height = integer()
Equivalent to new(Width, Height, []).
Types
Width = integer()
Height = integer()
Option = {mask, boolean()} | {initialCount, integer()}
See external documentation.
Also:
add(This, Bitmap, MaskColour) -> integer() when
This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:wx_colour().
Equivalent to create(This, Width, Height, []).
Types
This = wxImageList()
Width = integer()
Height = integer()
Option = {mask, boolean()} | {initialCount, integer()}
Equivalent to draw(This, Index, Dc, X, Y, []).
Types
This = wxImageList()
Index = integer()
Dc = wxDC:wxDC()
X = integer()
Y = integer()
Option = {flags, integer()} | {solidBackground, boolean()}
Types
This = wxImageList()
Types
Result = {Res::boolean(), Width::integer(), Height::integer()}
This = wxImageList()
Index = integer()
Types
This = wxImageList()
Types
This = wxImageList()
Index = integer()
Bitmap = wxBitmap:wxBitmap()
Mask = wxBitmap:wxBitmap()