stick to desktop?
stick to desktop?
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?
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?
Very useful! Thank you!
Hmmm... Does anyone have a Windows version of this?
Hmmm... Does anyone have a Windows version of this?

