Ralph Walden <[EMAIL PROTECTED]> 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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to