>I can't find any API to iconify and deiconify a GtkWindow. Does anyone >know how to do this? How do I listen in for an iconify/deioconify signal >as well as there doesn't seem to be a signal to connect to for this >event? I can't find anything useful in the Gdk library either.
i would imagine that map_event and unmap event will correspond more or less to these changes. >I thought there would be a gtk_window_iconify function or something similar. i doubt it. under X, (de)iconification is *generally* considered to be a function of the window manager, not the application. --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
