fixed docs of rows/cols XRC property
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6ac636dd07
commit
0e32e86acd
@ -1734,8 +1734,8 @@ class-specific properties. All classes support the following properties:
|
||||
|
||||
@beginTable
|
||||
@hdr3col{property, type, description}
|
||||
@row3col{rows, integer, Number of rows in the grid (required).}
|
||||
@row3col{cols, integer, Number of columns in the grid (required).}
|
||||
@row3col{rows, integer, Number of rows in the grid (default: 0 - determine automatically).}
|
||||
@row3col{cols, integer, Number of columns in the grid (default: 0 - determine automatically).}
|
||||
@row3col{vgap, integer, Vertical gap between children (default: 0).}
|
||||
@row3col{hgap, integer, Horizontal gap between children (default: 0).}
|
||||
@endTable
|
||||
@ -1744,8 +1744,8 @@ class-specific properties. All classes support the following properties:
|
||||
|
||||
@beginTable
|
||||
@hdr3col{property, type, description}
|
||||
@row3col{rows, integer, Number of rows in the grid (required).}
|
||||
@row3col{cols, integer, Number of columns in the grid (required).}
|
||||
@row3col{rows, integer, Number of rows in the grid (default: 0 - determine automatically).}
|
||||
@row3col{cols, integer, Number of columns in the grid (default: 0 - determine automatically).}
|
||||
@row3col{vgap, integer, Vertical gap between children (default: 0).}
|
||||
@row3col{hgap, integer, Horizontal gap between children (default: 0).}
|
||||
@row3col{growablerows, comma-separated integers list,
|
||||
|
Loading…
Reference in New Issue
Block a user