Re: minimize event
- From: Havoc Pennington <hp redhat com>
- To: "Spear, Don H. Jr." <spear pwfl com>
- Cc: "'gtk-list gnome org'" <gtk-list gnome org>
- Subject: Re: minimize event
- Date: 24 May 2001 16:10:57 -0400
"Spear, Don H. Jr." <spear pwfl com> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]