Classes | |
class | wxBufferedDC |
class | wxAutoBufferedPaintDC |
class | wxBufferedPaintDC |
Macros | |
#define | wxBUFFER_VIRTUAL_AREA 0x01 |
#define | wxBUFFER_CLIENT_AREA 0x02 |
#define | wxBUFFER_USES_SHARED_BUFFER 0x04 |
Functions | |
wxDC * | wxAutoBufferedPaintDCFactory (wxWindow *window) |
Check if the window is natively double buffered and will return a wxPaintDC if it is, a wxBufferedPaintDC otherwise. More... | |
#define wxBUFFER_CLIENT_AREA 0x02 |
#define wxBUFFER_USES_SHARED_BUFFER 0x04 |
#define wxBUFFER_VIRTUAL_AREA 0x01 |
Check if the window is natively double buffered and will return a wxPaintDC if it is, a wxBufferedPaintDC otherwise.
It is the caller's responsibility to delete the wxDC pointer when finished with it.