stick to desktop?
Posted: Tue Jan 19, 2010 5:32 am
Is there a way to make a window "stick" to the desktop so that it can't appear over any other windows?
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
*Widget.GtkWidget = WindowID(Your_Window)
*GdkWindow = *Widget\Window
gdk_window_set_keep_below_(*GdkWindow, 1)