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 100012 - Support setting attributes on GtkLabel
Support setting attributes on GtkLabel
Status: RESOLVED DUPLICATE of bug 97061
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2002-11-30 22:38 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Havoc Pennington 2002-11-30 22:38:34 UTC
The only way to do bold labels right now seems to be 
markup with <b>; translators don't like markup much, 
and it's less efficient. This makes HIG compliance kind of a pain.

Glade should support the "attributes" property of GtkLabel. 
Doesn't have to support all possible attributes, 
just a checkbox for bold/notbold would cover the 
main use-case.
Comment 1 Christian Rose 2002-12-01 23:12:52 UTC
There are some more types of markup that are used frequently, such as
<span size=\"small\"></span>, <small></small>, <i></i>, <span
weight=\"bold\"></bold>, <span size=\"larger\"></span>, etc. See bug
97061 for bug links to many examples in the "blocks" section.
Comment 2 Havoc Pennington 2002-12-01 23:16:05 UTC
Looks like this is just a dup.

To fix gnome-terminal etc. for UI review, I really need to use markup
for now, until glade has this feature. Hopefully it won't be 
too annoying for translators. :-/

*** This bug has been marked as a duplicate of 97061 ***