After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 90286 - Addition of function gtk_statusbar_push_with_markup()
Addition of function gtk_statusbar_push_with_markup()
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
2.91.x
Other other
: Normal enhancement
: 3.0
Assigned To: gtk-bugs
gtk-bugs
: 98411 (view as bug list)
Depends on:
Blocks: 347771
 
 
Reported: 2002-08-09 06:14 UTC by Dov Grobgeld
Modified: 2013-10-06 06:29 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Dov Grobgeld 2002-08-09 06:14:17 UTC
Currently there is no way of using an arbitrary markup for the text
displayed in the statusbar. It might be argued that the statusbar is not
appropriate for fancy messages, but I believe that should be decision of
the application author, and not imposed by gtk+.

An appropriate interface for such a function would be:

  guint    gtk_statusbar_push_with_markup(GtkStatusbar *statusbar,
					  guint	       context_id,
					  const gchar  *markup);
Comment 1 Owen Taylor 2002-09-26 19:07:42 UTC
See:
 http://mail.gnome.org/archives/gtk-devel-list/2002-September/msg00135.html

And followup. It may not be possible to do this in a completely API 
compatible way.

Comment 2 Owen Taylor 2002-11-13 19:46:36 UTC
*** Bug 98411 has been marked as a duplicate of this bug. ***
Comment 3 Morten Brix Pedersen 2004-02-02 18:21:52 UTC
Can this be done for GTK+ 2.4?
Comment 4 Javier Jardón (IRC: jjardon) 2010-06-06 23:07:42 UTC
I wonder if this is stall necessary as we have gtk_statusbar_get_message_area() now.

See bug #594535