Re: Signal when window is shown
- From: Paul Davis <pbd Op Net>
- To: hunchback netcabo pt
- Cc: gtk-list gnome org
- Subject: Re: Signal when window is shown
- Date: Fri, 15 Feb 2002 20:38:53 -0500
>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]