Hi all, Is it possible to do something like this?
class ActionsMenu(gtk.Menu):
def __init__(self):
builder = gtk.Builder()
builder.add_from_file("bctimer.xml")
self = builder.get_object("menuActions")
Thanks!
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/
