Toplevel-Widget under WIN32 - Perl
This is a discussion on Toplevel-Widget under WIN32 - Perl ; Hi Folks,
is there any possibility to deactivate the Buttons for Minimize and Resize
in a toplevel ??
Thanks...
-
Toplevel-Widget under WIN32
Hi Folks,
is there any possibility to deactivate the Buttons for Minimize and Resize
in a toplevel ??
Thanks
-
Re: Toplevel-Widget under WIN32
"Pit" <pharrendorf@am-soft.de> wrote in message
news:86c5c332a6df5f00242b83d467bf7dba@localhost.talkaboutprogramming.com...
> Hi Folks,
>
> is there any possibility to deactivate the Buttons for Minimize and Resize
> in a toplevel ??
>
Make it a transient window and those buttons won't exist.
Jack
-
Re: Toplevel-Widget under WIN32
In article <86c5c332a6df5f00242b83d467bf7dba@localhost.talkaboutprogramming.com>,
pharrendorf@am-soft.de says...
>
> is there any possibility to deactivate the Buttons for Minimize and Resize
> in a toplevel ??
The only way I know to do that is by removing them using
$mw->overrideredirect(1).
--
Go to http://MarcDashevsky.com to send me e-mail.
Similar Threads
-
By Application Development in forum TCL
Replies: 1
Last Post: 07-11-2007, 09:23 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 08-27-2006, 07:31 PM
-
By Application Development in forum Perl
Replies: 2
Last Post: 07-02-2006, 08:59 AM
-
By Application Development in forum Perl
Replies: 2
Last Post: 08-31-2005, 04:01 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 03-07-2004, 12:11 PM