diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-25 18:55:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-25 18:55:15 -0400 |
commit | b4e2ff3da32ad2b9670ecf33805eb9993824fe0b (patch) | |
tree | dedc3f6b06fe6af1ddc1a92dc4b0956a40d6feec /gtk/gtkbox.h | |
parent | bd4609b14042a91646cd9057764eecfbc6faf42b (diff) | |
download | gtk+-b4e2ff3da32ad2b9670ecf33805eb9993824fe0b.tar.gz |
Make orientable base classes instantiable
This commit adds constructors for GtkPaned, GtkBox, GtkButtonBox,
GtkRuler, GtkScale, GtkScrollbar and GtkSeparator and makes these
types instantiable.
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 7e9a4cdf18..0d0cfb07a8 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -102,7 +102,7 @@ struct _GtkBoxChild #endif GType gtk_box_get_type (void) G_GNUC_CONST; -GtkWidget* _gtk_box_new (GtkOrientation orientation, +GtkWidget* gtk_box_new (GtkOrientation orientation, gboolean homogeneous, gint spacing); |