Re: glade and signals connection

2016-10-19 Thread rastersoft
Hi: You can create a class (and instantiate an object) with the methods, and pass "self" to connect_signals. Something like: class myclass: def __init__(self): builder = Gtk.Builder() builder.add_from_file("example.glade") builder.connect_signals(self) def onDele

glade and signals connection

2016-10-19 Thread Pozz Pozz
I'm new to python, gtk and glade, so I'm sorry if the question is dumb. I'm trying to learn gtk in its Python flavor (pyGObject). I choose to start from the graphical GUI builder glade that I run under Windows (it taked some time to find the latest Windows build in Msys2 environment... the binari