Re: [OT] Colored text

2008-12-04 Thread Boyd Stephen Smith Jr.
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)

[OT] Colored text

2008-12-04 Thread pch
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;