diff --git a/interface/wx/window.h b/interface/wx/window.h index 53fb5e86a8..0e8eb7d87f 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3159,6 +3159,9 @@ public: */ virtual bool IsDoubleBuffered() const; + /** + Turn on or off double buffering of the window if the system supports it. + */ void SetDoubleBuffered(bool on); /**