diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-30 03:17:05 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-30 03:17:05 -0500 |
commit | ec37512f64555af6e4fdd7e61a649ead564d53a2 (patch) | |
tree | 29f20b29fce8924605ee69c37a702465cfd456c7 /gtk/gtkscale.h | |
parent | 4a0aa41742a8830aae7e813f2e7b0386e394ada6 (diff) | |
download | gtk+-ec37512f64555af6e4fdd7e61a649ead564d53a2.tar.gz |
Add a gtkscaleprivate.h header
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 9a585253b7..b0fb1313b2 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -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 |