wxStaticBitmap
MODULE
wxStaticBitmap
MODULE SUMMARY
See external documentation: wxStaticBitmap.
DESCRIPTION
See external documentation: wxStaticBitmap.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
Equivalent to new(Parent, Id, Label, []).
Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to create(This, Parent, Id, Label, []).
Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
getBitmap(This::wxStaticBitmap()) -> wxBitmap() (see module wxBitmap)
setBitmap(This::wxStaticBitmap(), Bitmap::wxBitmap() (see module wxBitmap)) -> ok