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 14:22:47 -0400
Kevin DeKorte wrote:
What Signal is issued when a window becomes visible or invisible.
Say I have a window and other window covers it up, is there signal that is
emitted or if a window is uncovered?
You'll recieve "expose-event" whenever X needs to redraw a widget,
I think that in cases where the window is actualy "presented"
(like with `gtk_window_present()') you'll recieve "focus-in-event"
on the toplevel.
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]