]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkseparator.h
Bug 553582 – Add orientation API to GtkSeparator
[~andy/gtk] / gtk / gtkseparator.h
index b6400f9a4030579275e2026ba8011db7e98b0bf5..ac0f9d894edd3f06c46f9622ac12d13f9d6e8552 100644 (file)
@@ -46,7 +46,6 @@ G_BEGIN_DECLS
 #define GTK_SEPARATOR_GET_CLASS(obj)        (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEPARATOR, GtkSeparatorClass))
 
 
-
 typedef struct _GtkSeparator       GtkSeparator;
 typedef struct _GtkSeparatorClass  GtkSeparatorClass;
 
@@ -61,8 +60,8 @@ struct _GtkSeparatorClass
 };
 
 
-GType  gtk_separator_get_type (void) G_GNUC_CONST;
-
+GType       gtk_separator_get_type (void) G_GNUC_CONST;
+GtkWidget * gtk_separator_new      (GtkOrientation  orientation);
 
 G_END_DECLS