X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..bf26b5e1de49079f1debd75efbe179653f2a9b5e:/include/wx/window.h?ds=inline diff --git a/include/wx/window.h b/include/wx/window.h index e8767aae8c..c506460376 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -583,8 +583,8 @@ public: // repaint all invalid areas of the window immediately virtual void Update() { } - // clear the window entirely - virtual void Clear() = 0; + // clear the window background + virtual void ClearBackground(); // freeze the window: don't redraw it until it is thawed virtual void Freeze() { }