Ich bin noch relativ neu bei python, und habe ein kleines problem. Ich möchte, dass ein Labelfeld an einer bestimmten position ist ( in diesem fall x=100, y=100 ), jedoch funktioniert es nicht.
from tkinter import*
root = Tk()
root.geometry("800x800")
label1 = Label(root, text="x", width=20 ...
Die Suche ergab 1 Treffer
- Samstag 12. Mai 2012, 17:19
- Forum: Tkinter
- Thema: Label position
- Antworten: 4
- Zugriffe: 8443
