diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-07-20 02:26:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-07-20 02:26:06 +0000 |
commit | 9d2a946813797d812a6c16fe0618eea9d8cd95f9 (patch) | |
tree | b80ce431a99af0a6794992b1d6eac73b00ce83f6 /docs/reference/gtk/tmpl/gtkstatusbar.sgml | |
parent | 04ec6a9d23ea21f9cb9010c4db45029eafd345c8 (diff) | |
download | gtk+-9d2a946813797d812a6c16fe0618eea9d8cd95f9.tar.gz |
=== Released 2.5.0 ===GTK_2_5_0
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* NEWS: updates
* tests/testcombo.c: Fix compilation
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> - |