-#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; }
-