stick to desktop?

Linux specific forum
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

stick to desktop?

Post by GBeebe »

Is there a way to make a window "stick" to the desktop so that it can't appear over any other windows?
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

Re: stick to desktop?

Post 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)
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: stick to desktop?

Post by Foz »

Very useful! Thank you!

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