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