A widget for bitmaps which ignores the erase event for flicker-free use.
More...
#include <Grabber.h>
|
| AStaticBitmap (wxWindow *parent, wxWindowID id, const wxBitmap &label, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticBitmapNameStr) |
|
void | OnErase (wxEraseEvent &event) |
|
A widget for bitmaps which ignores the erase event for flicker-free use.
Definition at line 155 of file Grabber.h.
◆ AStaticBitmap()
AStaticBitmap::AStaticBitmap |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxBitmap & |
label, |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = 0 , |
|
|
const wxString & |
name = wxStaticBitmapNameStr |
|
) |
| |
|
inline |
Definition at line 157 of file Grabber.h.
163 :
164
165 wxStaticBitmap(parent,
166 id,
168 pos ,
170 style,
172 {};
const TranslatableString name
◆ OnErase()
void AStaticBitmap::OnErase |
( |
wxEraseEvent & |
event | ) |
|
|
inline |
Definition at line 173 of file Grabber.h.
173 {
174 static_cast<void>(event);
175 };
The documentation for this class was generated from the following file: