On Tue, Dec 21, 2004 at 10:29:17PM -0200, Michel wrote: > Hi Guys! > > I want to program in pygtk but I didn't find a guide, I read the faq > and some examples but I want a reference guide...
See FAQ item 1.7. > Tell me if the pygtk is very unlike tkinter... > I used tkinter to make guis and > I think it's easy to work, is the pygtk so easy? pygtk is not as easy as tkinter, but it has a lot more features and is faster. The broad concepts (event driven programming) are still the same. I don't think there's anything you need to *unlearn*. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
