Capturing Maximize/Minimize events of Toplevel

From: Neoriz (rishik.dhar_at_munich.com)
Date: 12/30/03


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


Quantcast