color text orange

This commit is contained in:
Josh Holtrop 2012-05-22 14:28:12 -04:00
parent 9fc544d9e4
commit a28159215a

View File

@ -21,6 +21,7 @@ class MyWidget(gtk.DrawingArea):
layout.set_font_description(desc)
cr.move_to(10, 150)
cr.update_layout(layout)
cr.set_source_rgb(1.0, 0.4, 0.0)
cr.show_layout(layout)
def destroy(window):