Hello all, I am novice in PyGTK/Glade
I have little problem: Namely, if my glade file contains more Top-level windows I can't separately "load" them using builder = gtk.Builder() builder.add_objects_from_file(file.glade) but I could do that using for example: self.gladefile = "file.glade" self.wTree = gtk.glade.XML(self.gladefile, "mainWindow") Is there some work-around? Many thanks!
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
