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
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
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