adding optionMenu items in code

Chris Hare chare at labr.net
Wed Aug 4 19:22:03 EDT 2010


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?


More information about the Python-list mailing list