Re: Minimize and Restore Windows
- From: Havoc Pennington <hp redhat com>
- To: Ralph Walden <rwalden tripos com>
- Cc: gtk-list gnome org
- Subject: Re: Minimize and Restore Windows
- Date: 15 Jun 2001 18:23:02 -0400
Ralph Walden <rwalden tripos com> writes:
>
> [Sorry, but I'm asking this again...]
>
> Does anyone know if GTK 1.2 has functionality to
> raise and lower (minimize) windows on the desktop
> programmatically?
>
To deiconify, call gdk_window_show (window_widget->window), to iconify
you basically call
XIconifyWindow(GDK_WINDOW_XID(window_widget->window)) I put the exact
code in a mail to this list a few weeks or months ago, to raise above
other windows gdk_window_raise (window_widget->window).
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]