Re: [Tkinter-discuss] optionmenu question

2006-04-11 Thread Michael Lange
On Tue, 11 Apr 2006 09:06:33 -0600 "Stewart Midwinter" <[EMAIL PROTECTED]> wrote: > On 4/11/06, Jan Filip Tristan <[EMAIL PROTECTED]> wrote: > > Hello, > > I have got a problem.I've got a List and I want to have everything in this > > List as an own OptionMenu piece. > > from Tkinter import * > i

Re: [Tkinter-discuss] optionmenu question

2006-04-11 Thread Stewart Midwinter
On 4/11/06, Jan Filip Tristan <[EMAIL PROTECTED]> wrote: > Hello, > I have got a problem.I've got a List and I want to have everything in this > List as an own OptionMenu piece. from Tkinter import * import Pmw root=Tk() Pmw.initialise() var = StringVar() var.set('Quanitity Surveyor') opt_menu = P

[Tkinter-discuss] optionmenu question

2006-04-11 Thread Jan Filip Tristan
Hello, I have got a problem.I've got a List and I want to have everything in this List as an own OptionMenu piece. TIA Filip ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss