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/dcclient.h"
15 //-----------------------------------------------------------------------------
17 //-----------------------------------------------------------------------------
20 class WXDLLIMPEXP_CORE wxGTKScreenImplDC
: public wxGTKWindowImplDC
22 #define wxGTKScreenImplDC wxScreenDC
23 class WXDLLIMPEXP_CORE wxScreenDC
: public wxWindowDC
29 wxGTKScreenImplDC( wxScreenDC
*owner
);
36 static bool StartDrawingOnTop(wxWindow
* WXUNUSED(window
))
38 static bool StartDrawingOnTop(wxRect
* WXUNUSED(rect
) = NULL
)
40 static bool EndDrawingOnTop() { return true; }
44 virtual void DoGetSize(int *width
, int *height
) const;
49 DECLARE_ABSTRACT_CLASS(wxGTKScreenImplDC
)
52 #endif // __GTKDCSCREENH__