Make orientable base classes instantiable

This commit adds constructors for GtkPaned, GtkBox, GtkButtonBox,
GtkRuler, GtkScale, GtkScrollbar and GtkSeparator and makes these
types instantiable.
This commit is contained in:
Matthias Clasen
2010-05-25 18:55:15 -04:00
parent bd4609b140
commit b4e2ff3da3
16 changed files with 77 additions and 42 deletions

View File

@ -66,6 +66,8 @@ struct _GtkScrollbarClass
GType gtk_scrollbar_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_scrollbar_new (GtkOrientation orientation,
GtkAdjustment *adjustment);
G_END_DECLS