diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-03 19:52:23 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | fb3d9022ad98049c887cec5aeffd6b73deb043ba (patch) | |
tree | 48b9fb6e72eaf51d754d3c23b56a459f0a50b693 /gtk/gtkgrid.c | |
parent | 9a5de9618787605de832e4c5ccbfd298eb73db97 (diff) | |
download | gtk+-fb3d9022ad98049c887cec5aeffd6b73deb043ba.tar.gz |
Remove GtkHBox
Diffstat (limited to 'gtk/gtkgrid.c')
-rw-r--r-- | gtk/gtkgrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index 5fed33fe2d..357dbb1bc7 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -36,7 +36,7 @@ * SECTION:gtkgrid * @Short_description: Pack widgets in a rows and columns * @Title: GtkGrid - * @See_also: #GtkTable, #GtkHBox, #GtkVBox + * @See_also: #GtkTable, #GtkVBox * * GtkGrid is a container which arranges its child widgets in * rows and columns. It is a very similar to #GtkTable and #GtkBox, |