Re: Signal when window is shown



>does anyone know what signal is triggered when a window appears?

realize
show
map

the first one is only emitted when the window is first shown; the
second is emitted for any call to gtk_widget_show() on the window; the
third is called any time the window has been unmapped (e.g. minimized
or the WM switched workspaces) and its now displayed again.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]