1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKDCSCREENH__
11 #define __GTKDCSCREENH__
13 #include "wx/dcscreen.h"
14 #include "wx/gtk/dcclient.h"
16 //-----------------------------------------------------------------------------
18 //-----------------------------------------------------------------------------
20 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxWindowDCImpl
23 wxScreenDCImpl( wxScreenDC
*owner
);
27 virtual void DoGetSize(int *width
, int *height
) const;
32 DECLARE_ABSTRACT_CLASS(wxScreenDCImpl
)
35 #endif // __GTKDCSCREENH__