X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fgtk-custom-ruler.h;h=bcb34231601133a3a440b208cb039c87646a4119;hb=b4d7120a58cb3fc2a49542acab868e0eb0790864;hp=26dbfdf1389e231a696805568954591b50d2b530;hpb=52eba2ccbed1b13ab1651b35d9407f045c621eb8;p=ardour.git diff --git a/gtk2_ardour/gtk-custom-ruler.h b/gtk2_ardour/gtk-custom-ruler.h index 26dbfdf138..bcb3423160 100644 --- a/gtk2_ardour/gtk-custom-ruler.h +++ b/gtk2_ardour/gtk-custom-ruler.h @@ -21,7 +21,7 @@ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ /* modified by andreas meyer */ @@ -56,7 +56,7 @@ struct _GtkCustomRuler { gint xsrc, ysrc; gint slider_size; gboolean show_position; - + /* The upper limit of the ruler (in points) */ gdouble lower; /* The lower limit of the ruler */ @@ -91,7 +91,7 @@ struct _GtkCustomMetric { gint (* get_marks) (GtkCustomRulerMark **marks, gdouble lower, gdouble upper, gint maxchars); }; -GType gtk_custom_ruler_get_type (void); +GType gtk_custom_ruler_get_type (void); void gtk_custom_ruler_set_metric (GtkCustomRuler *ruler, GtkCustomMetric *metric); void gtk_custom_ruler_set_range (GtkCustomRuler *ruler, gdouble lower,