diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-07-18 15:14:05 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-07-18 15:14:05 +0000 |
commit | 19523008962b2e7ab6fa3580169241ba034f87e5 (patch) | |
tree | 83a13e9513ff2ddfe82831e1dc0ec7adc408c016 /docs/reference/gtk/tmpl/gtkadjustment.sgml | |
parent | 3ef03cd68c385f913c9dba69ed209ce6aeaf3a4f (diff) | |
download | gtk+-19523008962b2e7ab6fa3580169241ba034f87e5.tar.gz |
Create an empty target list if targets is NULL.
Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an
empty target list if targets is NULL.
* configure.in: Add check for X11/extensions/sync.h. (#147416,
Morten Welinder)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkadjustment.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkadjustment.sgml | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml index 7ca6db9fff..2489eb4514 100644 --- a/docs/reference/gtk/tmpl/gtkadjustment.sgml +++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml @@ -79,51 +79,6 @@ 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. - -<!-- ##### ARG GtkAdjustment:lower ##### --> -<para> - -</para> - -<!-- ##### ARG GtkAdjustment:page-increment ##### --> -<para> - -</para> - -<!-- ##### ARG GtkAdjustment:page-size ##### --> -<para> - -</para> - -<!-- ##### ARG GtkAdjustment:step-increment ##### --> -<para> - -</para> - -<!-- ##### ARG GtkAdjustment:upper ##### --> -<para> - -</para> - -<!-- ##### ARG GtkAdjustment:value ##### --> -<para> - -</para> - <!-- ##### FUNCTION gtk_adjustment_new ##### --> <para> Creates a new #GtkAdjustment. @@ -198,3 +153,48 @@ 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. + +<!-- ##### ARG GtkAdjustment:lower ##### --> +<para> + +</para> + +<!-- ##### ARG GtkAdjustment:page-increment ##### --> +<para> + +</para> + +<!-- ##### ARG GtkAdjustment:page-size ##### --> +<para> + +</para> + +<!-- ##### ARG GtkAdjustment:step-increment ##### --> +<para> + +</para> + +<!-- ##### ARG GtkAdjustment:upper ##### --> +<para> + +</para> + +<!-- ##### ARG GtkAdjustment:value ##### --> +<para> + +</para> + |