- DECLARE_DYNAMIC_CLASS(wxScreenDC)
-
- public:
- wxScreenDC(void);
- ~wxScreenDC(void);
-
- static bool StartDrawingOnTop( wxWindow *window );
- static bool StartDrawingOnTop( wxRectangle *rect = (wxRectangle *) NULL );
- static bool EndDrawingOnTop(void);
-
- // implementation
-
- static GdkWindow *sm_overlayWindow;
- static int sm_overlayWindowX;
- static int sm_overlayWindowY;
-};
+public:
+ wxScreenDCImpl( wxScreenDC *owner );
+ ~wxScreenDCImpl();
+
+ virtual void DoGetSize(int *width, int *height) const;