"John McDermott" <[EMAIL PROTECTED]> writes:
>
> I would think it would fall into the category of wm hints that  
> I'd have to access through xlib, but I cannot find it searching for that  
> either.

The basic ICCCM hints hide under gdk_window_set_decorations() or
gtk_window_set_decorated().  There's some of the EWMH stuff hidden under
say gdk_x11_window_move_to_current_desktop().  Dunno how far it goes.
If there's a simple bit not already available it might work to plonk
properties with gdk_property_change(), if you don't have the wmcntl
zentara mentioned, or don't want to spawn a program for each setting.
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to