diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-08 12:06:59 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-08 13:13:48 +0200 |
commit | 17f99f663f178edf06b20bebd00bc3fd56ae006a (patch) | |
tree | 160242a67c4d5e19259fc0ca34df6036c04dec8d /docs | |
parent | 5bfef8c80a62fe4130602f0017f10880aa18e574 (diff) | |
download | gtk+-17f99f663f178edf06b20bebd00bc3fd56ae006a.tar.gz |
GtkGrid: Add a way to insert rows or columns
This is useful functionality that makes it easier to insert
things in the middle of an already populated grid.
Bug 653817
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 0167abb005..7992f8faed 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -6914,6 +6914,9 @@ GtkGrid gtk_grid_new gtk_grid_attach gtk_grid_attach_next_to +gtk_grid_insert_row +gtk_grid_insert_column +gtk_grid_insert_next_to gtk_grid_set_row_homogeneous gtk_grid_get_row_homogeneous gtk_grid_set_row_spacing |