Go to the source code of this file.
|
GType | gtk_scale_get_type (void) G_GNUC_CONST |
|
void | gtk_scale_set_digits (GtkScale *scale, gint digits) |
|
gint | gtk_scale_get_digits (GtkScale *scale) |
|
void | gtk_scale_set_draw_value (GtkScale *scale, gboolean draw_value) |
|
gboolean | gtk_scale_get_draw_value (GtkScale *scale) |
|
void | gtk_scale_set_value_pos (GtkScale *scale, GtkPositionType pos) |
|
GtkPositionType | gtk_scale_get_value_pos (GtkScale *scale) |
|
PangoLayout * | gtk_scale_get_layout (GtkScale *scale) |
|
void | gtk_scale_get_layout_offsets (GtkScale *scale, gint *x, gint *y) |
|
void | gtk_scale_add_mark (GtkScale *scale, gdouble value, GtkPositionType position, const gchar *markup) |
|
void | gtk_scale_clear_marks (GtkScale *scale) |
|
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) |
|
◆ GTK_IS_SCALE
#define GTK_IS_SCALE |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SCALE)) |
◆ GTK_IS_SCALE_CLASS
#define GTK_IS_SCALE_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SCALE)) |
◆ GTK_SCALE
◆ GTK_SCALE_CLASS
◆ GTK_SCALE_GET_CLASS
◆ GTK_TYPE_SCALE
◆ GtkScale
◆ GtkScaleClass
◆ _gtk_scale_clear_layout()
void _gtk_scale_clear_layout |
( |
GtkScale * |
scale | ) |
|
◆ _gtk_scale_format_value()
gchar* _gtk_scale_format_value |
( |
GtkScale * |
scale, |
|
|
gdouble |
value |
|
) |
| |
◆ _gtk_scale_get_value_size()
void _gtk_scale_get_value_size |
( |
GtkScale * |
scale, |
|
|
gint * |
width, |
|
|
gint * |
height |
|
) |
| |
◆ gtk_scale_add_mark()
◆ gtk_scale_clear_marks()
void gtk_scale_clear_marks |
( |
GtkScale * |
scale | ) |
|
◆ gtk_scale_get_digits()
gint gtk_scale_get_digits |
( |
GtkScale * |
scale | ) |
|
◆ gtk_scale_get_draw_value()
gboolean gtk_scale_get_draw_value |
( |
GtkScale * |
scale | ) |
|
◆ gtk_scale_get_layout()
PangoLayout* gtk_scale_get_layout |
( |
GtkScale * |
scale | ) |
|
◆ gtk_scale_get_layout_offsets()
void gtk_scale_get_layout_offsets |
( |
GtkScale * |
scale, |
|
|
gint * |
x, |
|
|
gint * |
y |
|
) |
| |
◆ gtk_scale_get_type()
GType gtk_scale_get_type |
( |
void |
| ) |
|
◆ gtk_scale_get_value_pos()
◆ gtk_scale_set_digits()
void gtk_scale_set_digits |
( |
GtkScale * |
scale, |
|
|
gint |
digits |
|
) |
| |
◆ gtk_scale_set_draw_value()
void gtk_scale_set_draw_value |
( |
GtkScale * |
scale, |
|
|
gboolean |
draw_value |
|
) |
| |
◆ gtk_scale_set_value_pos()