Re: PyGTK : a NEW simple way to code an app
manatlan <[EMAIL PROTECTED]> wrote: > I was a fan of "SimpleGladeApp/tepache way" to build a pygtk app. > I've build a new efficient/dynamic way to build a pygtk app ... > Here is an example : > = > class Fen(GladeApp): >""" >Window win >
PyGTK : a NEW simple way to code an app
I was a fan of "SimpleGladeApp/tepache way" to build a pygtk app. I've build a new efficient/dynamic way to build a pygtk app ... Here is an example : = class Fen(GladeApp): """ Window win .title="Hello" @delete_event