Minor doc fixes.

SVN revision: 64555
This commit is contained in:
Sanjeev BA 2011-10-31 11:49:17 +00:00
parent a2806400d5
commit aa437bbcf8
1 changed files with 4 additions and 1 deletions

View File

@ -7840,6 +7840,9 @@ extern "C" {
* also span multiple columns or rows - even overlap (and then be raised or
* lowered accordingly to adjust stacking if they do overlap).
*
* For a Table widget the row/column count is not fixed.
* The table widget adjusts itself when subobjects are added to it dynamically.
*
* The followin are examples of how to use a table:
* @li @ref tutorial_table_01
* @li @ref tutorial_table_02
@ -8013,7 +8016,7 @@ extern "C" {
*
* @section Gengrid_Layouts Gengrid layouts
*
* Gengrids may layout its items in one of two possible layouts:
* Gengrid may layout its items in one of two possible layouts:
* - horizontal or
* - vertical.
*