Re: Window Visibility Signal
- From: Tristan Van Berkom <tvb gnome org>
- To: Kevin DeKorte <kdekorte yahoo com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Window Visibility Signal
- Date: Mon, 25 Jul 2005 17:20:33 -0400
Kevin DeKorte wrote:
[...]
Nice tip, but unfortunately the expose event does not signal when the object
is covered up. Only when revealed. I even hooked "event" and "event-after"
and nothing was emitted when I covered up the window. Only events were
triggered when I moved the mouse into the window and out of it and clicks.
I found what your looking for :)
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkWidget-visibility-notify-event
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html#GdkEventVisibility
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html#GdkVisibilityState
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]