wxStaticBitmap
See external documentation: wxStaticBitmap.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxStaticBitmap()
See
new(Parent, Id, Label) -> wxStaticBitmap()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = wxBitmap() (see module wxBitmap)
Equivalent to new(Parent, Id, Label, []).
new(Parent, Id, Label, Option::[Option]) -> wxStaticBitmap()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = wxBitmap() (see module wxBitmap)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent, Id, Label) -> boolean()
This = wxStaticBitmap()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = wxBitmap() (see module wxBitmap)
Equivalent to create(This, Parent, Id, Label, []).
create(This, Parent, Id, Label, Option::[Option]) -> boolean()
This = wxStaticBitmap()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Label = wxBitmap() (see module wxBitmap)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
getBitmap(This) -> wxBitmap() (see module wxBitmap)
This = wxStaticBitmap()
See
setBitmap(This, Bitmap) -> ok
This = wxStaticBitmap()
Bitmap = wxBitmap() (see module wxBitmap)
See
destroy(This::wxStaticBitmap()) -> ok
Destroys this object, do not use object again