Re: [pygtk] where is the api for "window.connect"

2009-12-07 Thread engine spot
great,thank you now I have another question I want to install pygobject by synaptic but the question is the latest version is 2.20 the version in synaptic is 2.18 dev so I want to download it ,then install it ,when I install it manually,if it can update by synaptic automaticly? 2009/12/7 Walt

Re: [pygtk] where is the api for "window.connect"

2009-12-07 Thread Walter Leibbrandt
Op 07/12/2009 13:05, engine spot het geskryf: > When I learn the tutoral ,I find this code > > self.window.connect("destroy", self.destroy) > > but when I search pygtk 2.0 reference manual,I can not find the > api , only what I do is I know or I can guess the meaning of it > > t

[pygtk] where is the api for "window.connect"

2009-12-07 Thread engine spot
Hello When I learn the tutoral ,I find this code self.window.connect("destroy", self.destroy) but when I search pygtk 2.0 reference manual,I can not find the api , only what I do is I know or I can guess the meaning of it the trtoral is in http://www.pygtk.org/pygtk2tutorial/ch-G