Page 1 of 1

stick to desktop?

Posted: Tue Jan 19, 2010 5:32 am
by GBeebe
Is there a way to make a window "stick" to the desktop so that it can't appear over any other windows?

Re: stick to desktop?

Posted: Fri Feb 19, 2010 4:40 am
by GBeebe
In case anyone was interested:

Code: Select all

*Widget.GtkWidget = WindowID(Your_Window)
*GdkWindow = *Widget\Window
gdk_window_set_keep_below_(*GdkWindow, 1)

Re: stick to desktop?

Posted: Fri Feb 19, 2010 3:42 pm
by Foz
Very useful! Thank you!

Hmmm... Does anyone have a Windows version of this?