Hi. On 12/11/2007, Andrea Grandi <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm writing a Maemo application in Python/GTK and I've to design the > GUI interface. My question is: should I use Glade or not? > > At the moment Glade has no support for Hildon classes, so if I design > it using Glade I will have something similar to this: > > window = gtk.Window(gtk.WINDOW_TOPLEVEL) > > while it would be better if I had this: > > window = hildon.Window() > > so... what should I do? Do I have to design it by hand so I can use > Hildon classes? > > Thanks for your support! >
I have added a glade UI to Maemo WordPy (development version): https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/?root=maemo-wordpy Cheers. -- Daniel Martín Yerga Oviedo University http://yerga.net
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
