[Tkinter-discuss] how to maximize a window (beginner question!)

Jim Walsh jimswalsh at gmail.com
Fri Mar 14 15:18:15 CET 2008


Here is one idea:
    w=Tk()
    w.wm_state('zoomed')



Cameron Laird-2 wrote:
> 
> On Fri, Jul 06, 2007 at 12:56:52PM +0200, Marcus Gna? wrote:
> 			.
> 			.
> 			.
>> I like to know how I can maximize a window at program start.
>> I haven't found any hint so far. Hope you can help me ...
> 			.
> 			.
> 			.
> Apparently no one has yet updated and transcribed
> <URL: http://wiki.tcl.tk/2233 > for Tkinter.  That
> would make a nice tiny task for someone ...
> 
> Is the maximization on that page the sort you had
> in mind?
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
> 
> 

-- 
View this message in context: http://www.nabble.com/how-to-maximize-a-window-%28beginner-question%21%29-tp11462410p16048146.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.



More information about the Tkinter-discuss mailing list