Merge branch 'generic-initial-state-fixes'

Fixes for the initial state of generic wx{List,Spin}Ctrl.

See https://github.com/wxWidgets/wxWidgets/pull/2469
This commit is contained in:
Vadim Zeitlin
2021-08-20 21:28:35 +02:00
8 changed files with 41 additions and 18 deletions

View File

@@ -1379,7 +1379,7 @@ following properties (all of them optional):
@row3col{text, @ref overview_xrcformat_type_text,
The title of the column. }
@row3col{width, integer,
The column width. }
The column width. @c wxLIST_DEFAULT_COL_WIDTH is used by default. }
@row3col{image, integer,
The zero-based index of the image associated with the item in the 'small' image list. }
@endTable