Re: Iconifying windows



> 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





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]