Forum: Python May 4th, 2006 |
| Replies: 2 Views: 3,381 The only way I've found to change the text size, is using the set_markup attribute of the label widget.
But you must first enable the markup usage in the label widget properties window in glade.
... |
Forum: Python May 3rd, 2006 |
| Replies: 1 Views: 2,155 Hello!! I'm really new to python and pygtk and Glade, I'm sorry I'm still on the dark side using Windows 2000 :-(
What I'm trying to do is a simple Testing Program Simulator, that means that I will... |