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:
parent
01aebc08ee
commit
9e34269191
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user