From 9e342691918e9c1bd31fda0a3959a5a10591a06f Mon Sep 17 00:00:00 2001 From: PB Date: Wed, 19 May 2021 21:11:54 +0200 Subject: [PATCH] Correct documentation for XRC sizeritem property "ratio" In the description of XRC sizeritem property "ratio" refer to wxSizerItem::SetRatio() instead of non-existent wxSizer::SetRatio(). Closes https://github.com/wxWidgets/wxWidgets/pull/2373 --- docs/doxygen/overviews/xrc_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/xrc_format.h b/docs/doxygen/overviews/xrc_format.h index 448c32c304..c01cae2896 100644 --- a/docs/doxygen/overviews/xrc_format.h +++ b/docs/doxygen/overviews/xrc_format.h @@ -2452,7 +2452,7 @@ properties: @row3col{minsize, @ref overview_xrcformat_type_size, Minimal size of this item (default: no min size).} @row3col{ratio, @ref overview_xrcformat_type_pair_ints, - Item ratio, see wxSizer::SetRatio() (default: no ratio).} + Item ratio, see wxSizerItem::SetRatio() (default: no ratio).} @row3col{cellpos, @ref overview_xrcformat_type_pair_ints, (wxGridBagSizer only) Position, see wxGBSizerItem::SetPos() (required). } @row3col{cellspan, @ref overview_xrcformat_type_pair_ints,