diff options
Diffstat (limited to 'gtk/deprecated/gtkhbox.c')
-rw-r--r-- | gtk/deprecated/gtkhbox.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/deprecated/gtkhbox.c b/gtk/deprecated/gtkhbox.c index 7844d81bb8..f06a42277b 100644 --- a/gtk/deprecated/gtkhbox.c +++ b/gtk/deprecated/gtkhbox.c @@ -83,10 +83,8 @@ gtk_hbox_init (GtkHBox *hbox) * * Returns: a new #GtkHBox. * - * Deprecated: 3.2: You can use gtk_box_new() with %GTK_ORIENTATION_HORIZONTAL instead, - * which is a quick and easy change. But the recommendation is to switch to - * #GtkGrid, since #GtkBox is going to go away eventually. - * See [Migrating from other containers to GtkGrid][gtk-migrating-GtkGrid]. + * Deprecated: 3.2: You should use gtk_box_new() with a %GTK_ORIENTATION_HORIZONTAL + * #GtkOrientable:orientation instead */ GtkWidget * gtk_hbox_new (gboolean homogeneous, |