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...

+ Reply to Thread
Results 1 to 3 of 3

Toplevel-Widget under WIN32

  1. Default Toplevel-Widget under WIN32

    Hi Folks,

    is there any possibility to deactivate the Buttons for Minimize and Resize
    in a toplevel ??

    Thanks



  2. Default 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



  3. Default 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.

+ Reply to Thread

Similar Threads

  1. Creating a Motif Widget as a child of a Tk Widget
    By Application Development in forum TCL
    Replies: 1
    Last Post: 07-11-2007, 09:23 AM
  2. Replies: 0
    Last Post: 08-27-2006, 07:31 PM
  3. moving keyboard focus from one widget to the next widget
    By Application Development in forum Perl
    Replies: 2
    Last Post: 07-02-2006, 08:59 AM
  4. Toplevel Groups
    By Application Development in forum Perl
    Replies: 2
    Last Post: 08-31-2005, 04:01 AM
  5. Replies: 0
    Last Post: 03-07-2004, 12:11 PM