Re: How does GTK implement Iconify and Deiconify itself?
- From: Guy Harris <gharris flashcom net>
- To: gtk-list gnome org
- Subject: Re: How does GTK implement Iconify and Deiconify itself?
- Date: Fri, 8 Sep 2000 00:39:13 -0700
On Thu, Sep 07, 2000 at 11:42:13PM -0700, Guy Harris wrote:
> There does not appear to be a GDK call to iconify the window (which, in
> X, would be done by sending a ClientMessage event to the root of the
> type specified by section L.4.1.4 of the ICCCM), so there doesn't appear
> to be any way to do that.
Win32 allows you to iconify a window by calling ShowWindow with
SW_MINIMIZE as the "nCmdShow" argument, and X11 allows you to do it by
using the message referred to above.
Is this a sufficiently useful function that it should be in GDK? If so,
are there any window systems supported by GTK+ that *don't* support it
and, if so, should the call just do nothing on those window systems?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]