Re: Window Visibility Signal



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]