Re: Iconifying windows
- From: "Rob Hodges" <s323140 student uq edu au>
 
- To: gtk-list gnome org
 
- Subject: Re: Iconifying windows
 
- Date: Fri, 19 May 2000 19:39:05 +1000 (EST)
 
> 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]