Add wxWindow::GetAutoLayout() documentation

This function is not really useful for the application developers, but
should still be documented.

Closes #18917.
This commit is contained in:
Vadim Zeitlin
2020-12-08 18:47:38 +01:00
parent 938e493456
commit b4e1da1d6a

View File

@@ -3553,6 +3553,13 @@ public:
*/ */
void SetAutoLayout(bool autoLayout); 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; bool GetAutoLayout() const;
//@} //@}