changeset 257:e50e87f1103f

TkGyro: now really goes fullscreen
author David McClosky <dmcc@bigasterisk.com>
date Wed, 15 Jun 2005 23:54:50 +0000
parents e543deec6678
children c9940e4e68d6
files bin/gyrocontroller
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/gyrocontroller	Wed Jun 15 23:37:18 2005 +0000
+++ b/bin/gyrocontroller	Wed Jun 15 23:54:50 2005 +0000
@@ -174,4 +174,5 @@
     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()