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
This commit is contained in:
PB 2021-05-19 21:11:54 +02:00 committed by Vadim Zeitlin
parent 01aebc08ee
commit 9e34269191

View File

@ -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,