diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkstatusbar.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkstatusbar.sgml | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/docs/reference/gtk/tmpl/gtkstatusbar.sgml b/docs/reference/gtk/tmpl/gtkstatusbar.sgml index 6c58b77771..f6f490857b 100644 --- a/docs/reference/gtk/tmpl/gtkstatusbar.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusbar.sgml @@ -52,6 +52,34 @@ Contains private data that should be modified with the functions described below </para> +<!-- ##### SIGNAL GtkStatusbar::text-popped ##### --> +<para> +Is emitted whenever a new message is popped off a statusbar's stack. +</para> + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was just popped. + +<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### --> +<para> +Is emitted whenever a new message gets pushed onto a statusbar's stack. +</para> + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was pushed. + +<!-- ##### ARG GtkStatusbar:has-resize-grip ##### --> +<para> + +</para> + +<!-- ##### ARG GtkStatusbar:shadow-type ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_statusbar_new ##### --> <para> Creates a new #GtkStatusbar ready for messages. @@ -120,31 +148,3 @@ Returns whether the statusbar has a resize grip. @Returns: %TRUE if the statusbar has a resize grip. -<!-- ##### SIGNAL GtkStatusbar::text-popped ##### --> -<para> -Is emitted whenever a new message is popped off a statusbar's stack. -</para> - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was just popped. - -<!-- ##### SIGNAL GtkStatusbar::text-pushed ##### --> -<para> -Is emitted whenever a new message gets pushed onto a statusbar's stack. -</para> - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was pushed. - -<!-- ##### ARG GtkStatusbar:has-resize-grip ##### --> -<para> - -</para> - -<!-- ##### ARG GtkStatusbar:shadow-type ##### --> -<para> - -</para> - |