質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
#def test2(event):
|
27
27
|
# win_x = win.winfo_width()
|
28
|
-
# b.place(x=win_x, y=0)
|
28
|
+
# b.place(x=win_x-50, y=0)
|
29
29
|
|
30
30
|
#win.bind("<Configure>", test2)
|
31
31
|
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
b = tk.Button(win, text="click", command=test)
|
23
23
|
b.grid()
|
24
|
-
#b.place(x=win.winfo_width(), y=0)
|
24
|
+
#b.place(x=win.winfo_width()-50, y=0)
|
25
25
|
|
26
26
|
#def test2(event):
|
27
27
|
# win_x = win.winfo_width()
|