diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-05-20 14:27:36 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-05-20 14:27:36 +0300 |
commit | e07d8adccab251467ab2c4d61fa37f833141ded6 (patch) | |
tree | 16c7d335383a187d329643a2f875f72a6c9d3ea9 | |
parent | 1eff9aba246a061133365516438c90d532ec74ac (diff) | |
download | gdk-pixbuf-e07d8adccab251467ab2c4d61fa37f833141ded6.tar.gz |
docs: document the GtkUpdateType enum.
Add documentation based on the description from gtk_range_set_update_policy()
-rw-r--r-- | docs/reference/gtk/tmpl/gtkenums.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index ec4c89bc5..3b72290bd 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -433,12 +433,12 @@ other, rather than vertically stacked <!-- ##### ENUM GtkUpdateType ##### --> <para> - +Used by #GtkRange to control the policy for notifying value changes. </para> -@GTK_UPDATE_CONTINUOUS: -@GTK_UPDATE_DISCONTINUOUS: -@GTK_UPDATE_DELAYED: +@GTK_UPDATE_CONTINUOUS: Notify updates whenever the value changed +@GTK_UPDATE_DISCONTINUOUS: Notify updates when the mouse button has been released +@GTK_UPDATE_DELAYED: Space out updates with a small timeout <!-- ##### ENUM GtkVisibility ##### --> <para> |