1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/gtk/dcscreen.h
4 // Author: Robert Roebling
5 // Copyright: (c) 1998 Robert Roebling
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef _WX_GTKDCSCREEN_H_
10 #define _WX_GTKDCSCREEN_H_
12 #include "wx/dcscreen.h"
13 #include "wx/gtk/dcclient.h"
15 //-----------------------------------------------------------------------------
17 //-----------------------------------------------------------------------------
19 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxWindowDCImpl
22 wxScreenDCImpl( wxScreenDC
*owner
);
25 virtual void DoGetSize(int *width
, int *height
) const;
30 DECLARE_ABSTRACT_CLASS(wxScreenDCImpl
)
33 #endif // _WX_GTKDCSCREEN_H_