Re: Minimize and Restore Windows



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]