]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/dcmemory.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __GTKDCMEMORYH__
13 #define __GTKDCMEMORYH__
20 #include "wx/dcclient.h"
22 //-----------------------------------------------------------------------------
24 //-----------------------------------------------------------------------------
28 //-----------------------------------------------------------------------------
30 //-----------------------------------------------------------------------------
32 class WXDLLEXPORT wxMemoryDC
: public wxPaintDC
34 DECLARE_DYNAMIC_CLASS(wxMemoryDC
)
38 wxMemoryDC( wxDC
*dc
); // Create compatible DC
40 virtual void SelectObject( const wxBitmap
& bitmap
);
41 void GetSize( int *width
, int *height
);