Re: What are map_event and unmap_event?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Jack Chen <jacks_small_world yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: What are map_event and unmap_event?
- Date: Sat, 27 Dec 2003 14:19:57 -0500
>So, say in Gimp for example, when does the drawing area widget emit the
>map event?
whenever the window is made visible on the screen after it was created
or unmapped.
by contrast, expose_event is emitted for any necessary redraw.
you generally don't need map_event - its useful for obscure hacks and
not a lot else.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]