From: Chris Hare on

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?