[maemo-developers] To use or not to use Glade to design GUI for Maemo applications...
From: Kyle Nitzsche kyle.nitzsche at canonical.comDate: Tue Nov 13 00:28:06 EET 2007
- Previous message: To use or not to use Glade to design GUI for Maemo applications...
- Next message: To use or not to use Glade to design GUI for Maemo applications...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I put together a wiki page on this topic for the Ubuntu Mobile project some time ago that may provide some helpful info: https://help.ubuntu.com/community/UMEGuide/ApplicationDevelopment/ GladeWithPythonForUMEHildon Kyle On Nov 12, 2007, at 5:17 PM, Andrea Grandi 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! > > -- > Andrea Grandi > email: a.grandi at gmail.com > website: http://www.ptlug.org > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers
- Previous message: To use or not to use Glade to design GUI for Maemo applications...
- Next message: To use or not to use Glade to design GUI for Maemo applications...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]