Re: Window Visibility Signal



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]