]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscale.h
Make orientable base classes instantiable
[~andy/gtk] / gtk / gtkscale.h
index 204aa7989125856e5241de0967a39837e0835ca6..c98b33a139a65de6b9a30d73bf70a85a93374ffa 100644 (file)
@@ -77,6 +77,12 @@ struct _GtkScaleClass
 };
 
 GType             gtk_scale_get_type           (void) G_GNUC_CONST;
+GtkWidget       * gtk_scale_new                (GtkOrientation   orientation,
+                                                GtkAdjustment   *adjustment);
+GtkWidget       * gtk_scale_new_with_range     (GtkOrientation   orientation,
+                                                gdouble          min,
+                                                gdouble          max,
+                                                gdouble          step);
 void              gtk_scale_set_digits         (GtkScale        *scale,
                                                 gint             digits);
 gint              gtk_scale_get_digits         (GtkScale        *scale);