I coudln't find doc for this but I did figure it out looking at code I found.
With "Entires" the name of my table in Glade the trick is to leave a cell EMPTY and then fill it in the program, depending on whether running on the table or not. if HILDON: self.edDate = hildon.DateEditor() self.entries.attach(self.edDate, 1, 2, 5, 6, gtk.EXPAND, gtk.EXPAND) else: self.enDate = gtk.Entry() self.entries.attach(self.enDate, 1, 2, 5, 6, gtk.EXPAND, gtk.EXPAND) -- Want an e-mail address like mine? Get a free e-mail account today at www.mail.com!
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
