Add a gtkscaleprivate.h header

This commit is contained in:
Matthias Clasen
2011-01-30 03:17:05 -05:00
parent 4a0aa41742
commit ec37512f64
4 changed files with 40 additions and 8 deletions

View File

@ -105,13 +105,6 @@ void gtk_scale_add_mark (GtkScale *scale,
const gchar *markup);
void gtk_scale_clear_marks (GtkScale *scale);
/* internal API */
void _gtk_scale_clear_layout (GtkScale *scale);
void _gtk_scale_get_value_size (GtkScale *scale,
gint *width,
gint *height);
gchar * _gtk_scale_format_value (GtkScale *scale,
gdouble value);
G_END_DECLS