Layout management in tkinter.
Lukasz Pawelczyk
pawelczyk at lucent.com
Thu Feb 14 05:22:57 EST 2002
More information about the Python-list mailing list
Thu Feb 14 05:22:57 EST 2002
- Previous message (by thread): IPython 0.2.5
- Next message (by thread): Layout management in tkinter.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I try to change the geometry manager pack into grid in the code and I have problem. Why it does not work? prz1=Button(main,text="Otwórz",cursor="question_arrow",command=otworz) prz1.grid(row=0) prz2=Button(main,text="Zachowaj",cursor="dot",command=zachowaj) prz2.grid(row=0,column=1) prz3=Button(main,text="Zamknij",cursor="pirate",command=wyjscie) prz3.grid(row=0,column=2) plik=ScrolledText(main,background="grey") plik.grid(row=1,column=0,columnspan=3) - there the code stop Regards, Lukasz
- Previous message (by thread): IPython 0.2.5
- Next message (by thread): Layout management in tkinter.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list