[Gtk-sharp-list] When is a window minimized?

Fredrik Nilsson jymdman@home.se
Wed, 28 Jul 2004 20:20:02 +0200


On ons, 2004-07-28 at 17:49 +0200, Raúl Moratalla wrote:
> Hi everybody, I'm developing a gtk# application and I would like to
> kwnow when a window is minimiced. I searched in the documentation and I
> read something about the windowstate event and the state property but I
> did some tests that didn't work. I looked at the archives of this list
> and someone asked the same question.
> 
> Anyone could help me with this?
> 
> Best regards,
> 
> Raúl
> 

Hi,

Don't know if this is the best way, but try MapEvent and UnmapEvent.
They seems to do the stuff you want....

/Fredrik