Re: Making a window that doesn't block mouse events to the root window (desktop)

2005-07-18 Thread Alem Dain
2005/7/18, Patrick Conheady <[EMAIL PROTECTED]>: > G'day there, > > I'd like to have a non-editable text box layer just on > top of my desktop so that it's behind everything, and > have it pass all its mouse events to the desktop. > While it should visibly cover part of the desktop, I > don't want

Making a window that doesn't block mouse events to the root window (desktop)

2005-07-18 Thread Patrick Conheady
G'day there, I'd like to have a non-editable text box layer just on top of my desktop so that it's behind everything, and have it pass all its mouse events to the desktop. While it should visibly cover part of the desktop, I don't want it to get in the way of desktop right-click menus. Can the Gt