"Spear, Don H. Jr." <[EMAIL PROTECTED]> writes:
> Newbie question. Is there an event, signal, or other mechanism to tell when
> a window has been iconized? I wish to have other windows react when the main
> window is iconized.
>
unmap_event should work. You'll also get unmap_event when you call
gtk_widget_hide() or gtk_widget_destroy() though, so be careful.
Gtk 2 introduces window_state_event which would be somewhat more
convenient to use here.
Havoc
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list