Questions tagged [gtkbuilder]
76 questions
0
votes
2 answers
Window management with pygtk
I'm having an issue with PyGTK and GTK Builder windows. Here's a simplified version of my code.
class GUI:
def __init__(self,parent):
builder_file = "./ui/window.builder"
self.builder = gtk.Builder()
…

Stephen Diehl
- 8,271
- 5
- 38
- 56