]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/dcscreen.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __GTKDCSCREENH__
13 #define __GTKDCSCREENH__
15 #include "wx/dcclient.h"
17 class WXDLLEXPORT wxScreenDC
: public wxPaintDC
19 DECLARE_DYNAMIC_CLASS(wxScreenDC
)
25 static bool StartDrawingOnTop( wxWindow
*window
);
26 static bool StartDrawingOnTop( wxRectangle
*rect
= (wxRectangle
*) NULL
);
27 static bool EndDrawingOnTop(void);