Re: Hiding X windows

2005-06-11 Thread Jeff Epler
You may want to use a standalone program to do this. "xwit" has the ability to iconify a window which can be selected in a variety of ways. http://hpux.connect.org.uk/hppd/hpux/X11/Misc/xwit-1.0/man.html There's a direct Python interface to the X protocol in python-xlib. You could re-write t

Hiding X windows

2005-06-11 Thread dirk dierickx
All, I'm looking for a way to hide opened windows in X, these windows can be using any widget-set so it will not target gtk, qt, motif, etc directly (I know how to do it in gtk for example, but this will only work for gtk apps ofcourse). Just an easy way to select a certain window and hide it, is