Minor changes to wxGridSizer ctor docs.
See #11040. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1587,10 +1587,10 @@ public:
|
|||||||
the sizer will check that it no more than @code cols*rows @endcode
|
the sizer will check that it no more than @code cols*rows @endcode
|
||||||
elements are added to it.
|
elements are added to it.
|
||||||
|
|
||||||
The @a gap (or @a vgap and @a hgap which correspond to y and x fields
|
The @a gap (or @a vgap and @a hgap, which correspond to @c y and @c x
|
||||||
of the wxSize object) argument defines the size of the padding between
|
fields of the wxSize object) argument defines the size of the padding
|
||||||
the grid rows (its vertical component, or @a vgap) and columns (its
|
between the grid rows (its vertical component, or @a vgap) and columns
|
||||||
horizontal component, or @a hgap) in pixels.
|
(its horizontal component, or @a hgap), in pixels.
|
||||||
|
|
||||||
@since 2.9.1 (except for the four argument overload)
|
@since 2.9.1 (except for the four argument overload)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user