diff options
author | Andrea Cimitan <andrea.cimitan@gmail.com> | 2011-12-14 17:16:09 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-14 17:16:09 +0100 |
commit | 40423df23428109c75119d7291f876785f0db73f (patch) | |
tree | 03450f281aa935ca174b8ff7357da9af166ba802 /docs/reference | |
parent | 8c1f8c06686052f776f1afe780116540ad7f1e89 (diff) | |
download | gtk+-40423df23428109c75119d7291f876785f0db73f.tar.gz |
Add has-origin property for GtkScale
If the scale has an origin (it will have one by default), GtkRange will
render the two sides before/after the current value with different style
classes, making it possible for themes to use different colors and
properties for the two areas.
This was possible in GTK 2 with style details, but got lost during the
road to 3.0.
https://bugzilla.gnome.org/show_bug.cgi?id=665140
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 95b5557a2a..4c3c8c0341 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -2820,9 +2820,11 @@ gtk_scale_new gtk_scale_new_with_range gtk_scale_set_digits gtk_scale_set_draw_value +gtk_scale_set_has_origin gtk_scale_set_value_pos gtk_scale_get_digits gtk_scale_get_draw_value +gtk_scale_get_has_origin gtk_scale_get_value_pos gtk_scale_get_layout gtk_scale_get_layout_offsets |