Changeset - e50e87f1103f
[Not reviewed]
default
0 1 0
David McClosky - 20 years ago 2005-06-15 23:54:50
dmcc@bigasterisk.com
TkGyro: now really goes fullscreen
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/gyrocontroller
Show inline comments
 
@@ -171,7 +171,8 @@ if __name__ == "__main__":
 
                                root.winfo_screenheight()))
 

	
 
    gyro = TkGyro(root, [str(i) for i in range(1, 11)])
 
    gyro.pack(fill='both', expand=1)
 
    gyro.focus_get()
 
    root.bind('<Key-q>', lambda evt: root.destroy())
 
    root.maxsize(root.winfo_screenwidth(), root.winfo_screenheight())
 
    Tk.mainloop()
0 comments (0 inline, 0 general)