[Glade-users] Label's colors

Tristan Van Berkom tvb at gnome.org
Tue Nov 21 11:10:58 EST 2006


German Retamosa wrote:
> Hi all,
> I'm a novice programmer and i need your help to create labels with 
> colors on
> glade 3.0.1.

Hi, usually normal label's colours are specified by the theme (see
docs on resource files in gtk+), but when you want a specific label
to be a specific colour for a reason, then you probably want to use
markup, just check the "use markup" property and use a pango markup
string as the text of the label - using pango markup semantics you'll
be able to set bold/underline/size/colour etc.

Cheers,
                  -Tritsan


More information about the Glade-users mailing list