diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 19:13:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-31 19:13:23 +0000 |
commit | 3ba573aa0200f42bd337eb5c31c070de94ec5ddb (patch) | |
tree | 2302c02b41faf41b3e57fbde337df47058e907af /gtk/gtkscale.h | |
parent | 5a751f46b610e55d9e90235d6eeaa81f20c36ebd (diff) | |
download | gtk+-3ba573aa0200f42bd337eb5c31c070de94ec5ddb.tar.gz |
Keep all these abstract for now
svn path=/trunk/; revision=22026
Diffstat (limited to 'gtk/gtkscale.h')
-rw-r--r-- | gtk/gtkscale.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index b8587d2821..34e690adac 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -77,13 +77,6 @@ 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); |