diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkadjustment.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkadjustment.sgml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml index 3d4a86ec3e..117273e969 100644 --- a/docs/reference/gtk/tmpl/gtkadjustment.sgml +++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml @@ -79,6 +79,21 @@ In a #GtkScrollbar this is the size of the area which is currently visible. </para> +<!-- ##### SIGNAL GtkAdjustment::changed ##### --> +<para> +Emitted when one or more of the #GtkAdjustment fields have been changed, +other than the value field. +</para> + +@adjustment: the object which received the signal. + +<!-- ##### SIGNAL GtkAdjustment::value-changed ##### --> +<para> +Emitted when the #GtkAdjustment value field has been changed. +</para> + +@adjustment: the object which received the signal. + <!-- ##### FUNCTION gtk_adjustment_new ##### --> <para> Creates a new #GtkAdjustment. @@ -153,18 +168,3 @@ changed the #GtkAdjustment value field. @adjustment: -<!-- ##### SIGNAL GtkAdjustment::changed ##### --> -<para> -Emitted when one or more of the #GtkAdjustment fields have been changed, -other than the value field. -</para> - -@adjustment: the object which received the signal. - -<!-- ##### SIGNAL GtkAdjustment::value-changed ##### --> -<para> -Emitted when the #GtkAdjustment value field has been changed. -</para> - -@adjustment: the object which received the signal. - |