color text orange
This commit is contained in:
parent
9fc544d9e4
commit
a28159215a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user