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

Raúl Moratalla raul.moratalla@ono.com
Wed, 28 Jul 2004 22:04:58 +0200


El mié, 28-07-2004 a las 20:20, Fredrik Nilsson escribió:
> 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
> 
> 

I don't know if it is the best way, but it works!!
Thanks a lot again Fredrik, your help is very appreciated and I am
learning a lot about GTK#.

Best regards,

Raúl