Capturing Maximize/Minimize events of Toplevel
From: Neoriz (rishik.dhar_at_munich.com)
Date: 12/30/03
- Next message: David Gravereaux: "Re: Building Tcl/Tk as a static library on Windows"
- Previous message: David Gravereaux: "Re: Building Tcl/Tk as a static library on Windows"
- Next in thread: Cameron Laird: "Re: Capturing Maximize/Minimize events of Toplevel"
- Reply: Cameron Laird: "Re: Capturing Maximize/Minimize events of Toplevel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Dec 2003 20:59:11 -0800
Hi,
Is there a way we can capture only the maximize/minimize events,
I mean only the Maximize button/Minimize button click events
should be captured and any manual/programmatic rezise of the toplevel
should be ignored.
I have tried using :
bind . <Configure> {}
but it captures any resize of the toplevel, which causes an unwanted condition
in my application.
Thanx in Advance
Rishik
- Next message: David Gravereaux: "Re: Building Tcl/Tk as a static library on Windows"
- Previous message: David Gravereaux: "Re: Building Tcl/Tk as a static library on Windows"
- Next in thread: Cameron Laird: "Re: Capturing Maximize/Minimize events of Toplevel"
- Reply: Cameron Laird: "Re: Capturing Maximize/Minimize events of Toplevel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]