+ ~wxGTKScreenImplDC();
+
+ static bool StartDrawingOnTop(wxWindow * WXUNUSED(window))
+ { return true; }
+ static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) = NULL)
+ { return true; }
+ static bool EndDrawingOnTop() { return true; }
+
+
+protected:
+ virtual void DoGetSize(int *width, int *height) const;
+
+ void Init();
+
+private:
+ DECLARE_ABSTRACT_CLASS(wxGTKScreenImplDC)
+};
+
+#endif // __GTKDCSCREENH__