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:
@@ -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;
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
|
Reference in New Issue
Block a user