Re: Window Visibility Signal
- From: Kevin DeKorte <kdekorte yahoo com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Window Visibility Signal
- Date: Mon, 25 Jul 2005 11:41:02 -0600
On Monday 25 July 2005 12:22 pm, Tristan Van Berkom wrote:
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.
Tristan,
Expose is no problem, but what about when it is hid? basically I want to know
when the window is hid, so I don't draw to it.
Kevin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]