diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktable.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktable.sgml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml index 1251f63450..daa236d12a 100644 --- a/docs/reference/gtk/tmpl/gtktable.sgml +++ b/docs/reference/gtk/tmpl/gtktable.sgml @@ -204,6 +204,53 @@ changes the homogenous property of table cells. Ie. whether all cells are an equ to FALSE if this is not your desired behaviour. +<!-- ##### FUNCTION gtk_table_get_default_row_spacing ##### --> +<para> + +</para> + +@table: +@Returns: + + +<!-- ##### FUNCTION gtk_table_get_homogeneous ##### --> +<para> + +</para> + +@table: +@Returns: + + +<!-- ##### FUNCTION gtk_table_get_row_spacing ##### --> +<para> + +</para> + +@table: +@row: +@Returns: + + +<!-- ##### FUNCTION gtk_table_get_col_spacing ##### --> +<para> + +</para> + +@table: +@column: +@Returns: + + +<!-- ##### FUNCTION gtk_table_get_default_col_spacing ##### --> +<para> + +</para> + +@table: +@Returns: + + <!-- ##### ARG GtkTable:n-rows ##### --> <para> set or retrieve the number of rows in a table. |