Details
struct GtkScale
The GtkScale struct contains the following fields.
(These fields should be considered read-only. They should never be set by
an application.)
gtk_scale_set_digits ()
void gtk_scale_set_digits (GtkScale *scale,
gint digits); |
Sets the number of decimal places that are displayed in the value.
gtk_scale_set_draw_value ()
void gtk_scale_set_draw_value (GtkScale *scale,
gboolean draw_value); |
Specifies whether the current value is displayed as a string next to the
slider.
gtk_scale_set_value_pos ()
Sets the position in which the current value is displayed.
gtk_scale_get_value_width ()
gint gtk_scale_get_value_width (GtkScale *scale); |
An internal function used to get the maximum width needed to display the value
string.