> Is it possible to ask the window manager to minimize
> a GTK window? (I want to include "Minimize" on my
> Windows menu.) If so, what is the call for that...
> I can't seem to find it.
I don't think GDK has a wrapper for this, but you should be able to
use something like
XIconifyWindow( GDK_DISPLAY(),
GDK_WINDOW_XWINDOW (your_gdkwindow),
DefaultScreen(GDK_DISPLAY()) );
-Rob
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list