Re: GtkLabel foreground color

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2014-03-02 at 11:55 +0800, Wiky wrote:
>  I try to change the GtkLabel foreground color using following code:
> 
>      PangoAttrList *attrList = pango_attr_list_new();
>      pango_attr_list_insert(attrList,
>                           pango_attr_foreground_new(255, 0, 0));
>      pango_attr_list_insert(attrList,
>              pango_attr_weight_new(PANGO_WEIGHT_BOLD));
>     gtk_label_set_attributes(GTK_LABEL(titleLabel), attrList);
>     pango_attr_list_unref(attrList);
> 
> 
> But the foreground color is chagned to BLACK not RED.
> What's wrong with my code?
> _______________________________________________

See documentation, i.e.

https://developer.gnome.org/pango/stable/pango-Text-Attributes.html#pango-attr-foreground-new

>the red value (ranging from 0 to 65535)

Your 255 is a very dark red.

_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list




[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux