- // these functions are obsolete and shouldn't be used
-
- // Compatibility with X's requirements for drawing on top of all windows
- wxDEPRECATED( static bool StartDrawingOnTop(wxWindow* window) );
- wxDEPRECATED( static bool StartDrawingOnTop(wxRect* rect = NULL) );
- wxDEPRECATED( static bool EndDrawingOnTop() );
-
-protected: