I have an option menu

self.w = OptionMenu(self.frameNewNet, self.variable, "one", "two", "three")

Is there a way to add items to this programmatically, i.e. using values from a 
database?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to