diff --git a/interface/wx/window.h b/interface/wx/window.h index 9d1d235c9f..1f2bcb4e92 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3553,6 +3553,13 @@ public: */ void SetAutoLayout(bool autoLayout); + /** + Returns true if Layout() is called automatically when the window is + resized. + + This function is mostly useful for wxWidgets itself and is rarely + needed in the application code. + */ bool GetAutoLayout() const; //@}