On Tue, 2008-03-25 at 19:20 -0300, Guilherme Polo wrote: > 2008/3/25, Thomas Dybdahl Ahle <[EMAIL PROTECTED]>: > > Yeah, Karl Latimer wrote a such script once: > > http://www.qdh.org.uk/wordpress/?p=204 > > If I had some reason to not use the .glade file I would prefer to not > depend on libglade then. Notice how your script still uses the .glade > file and still needs libglade, so I don't think this fits his needs. > > > I mean creating the whole code so there's no need for the .glade > > > file again?
Ah, I didn't read that :) Why do you want that _Huge_ amount of python code? I think it is nice to get some of the gui code out of the way, to clear up the code. Perhaps you can use glade-2, and generate C code. That should at least help you a bit when translating to python. -- Best Regards, Med Venlig Hilsen, Thomas _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
