On Thursday 04 December 2008, pch <[EMAIL PROTECTED]> wrote
about '[OT] Colored text':
>Hi list,
>I would like to write a C++ program in Gtkmm which write blue text in
>DrawingArea.
This isn't a development list. You might try asking on the gtkmm (or gtk
or gnome)
Hi list,
I would like to write a C++ program in Gtkmm which write blue text in
DrawingArea. I don't know how I can do this. I can write black text but
can't change color.
I try change color like this:
Pango::Attribute attr;
attr.create_attr_background(100, 200, 700);
Pango::AttrList attrList;
2 matches
Mail list logo