- static bool StartDrawingOnTop( wxWindow *window );
- static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL );
- static bool EndDrawingOnTop();
+#if wxUSE_NEW_DC
+ wxGTKScreenImplDC( wxScreenDC *owner );
+#else
+ wxScreenDC();
+#endif
+
+ ~wxGTKScreenImplDC();
+
+ static bool StartDrawingOnTop( wxWindow *window ) { return true; }
+ static bool StartDrawingOnTop( wxRect *rect = (wxRect *) NULL ) { return true; }
+ static bool EndDrawingOnTop() { return true; }
+