|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
----- Forwarded message from owner-phl@lists.pm.org -----
Date: Tue, 26 Jun 2001 14:11:03 -0400
From: Steve Lidie <sol0@Lehigh.edu>
To: phl@lists.pm.org
Subject: Re: Tk question
On Tuesday, June 26, 2001, at 01:41 PM, Kyle R . Burton wrote:
> Does anyone know how to maximize a Tk window once it's created? I want
> my main application window to come up maximized. I can size it to the
> size of the display, but that's not the same as maximized.
Current idiom is $mw->FullScreen($o). If $o is TRUE, overrideredirect is
set which removes the Wm decorations. Does not account for Win32 task
bar.
----- End forwarded message -----
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|