Keep all these abstract for now

svn path=/trunk/; revision=22026
This commit is contained in:
Matthias Clasen
2008-12-31 19:13:23 +00:00
parent 5a751f46b6
commit 3ba573aa02
10 changed files with 26 additions and 24 deletions

View File

@ -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);