Home
last modified time | relevance | path

Searched refs:set_gnome_hint (Results 1 – 5 of 5) sorted by relevance

/dports/x11/deskmenu/deskmenu-1.4.5/src/
H A Dworkspaces.c49 set_gnome_hint (root, WIN_WORKSPACE_COUNT, in add_workspace()
60 set_gnome_hint (root, WIN_WORKSPACE_COUNT, in del_workspace()
H A Ddeskmenu.h60 extern void set_gnome_hint (Window, int, long);
H A Ddeskmenu.c113 set_gnome_hint (Window w, int a, long value) in set_gnome_hint() function
/dports/x11-wm/jewel/jewel-0.12.41/goodies/appbar/
H A Dappbar.cc162 set_gnome_hint(win, WIN_STATE, WIN_STATE_STICKY); in Appbar()
163 set_gnome_hint(win, WIN_HINTS, gnome_win_normal_hints); in Appbar()
164 set_gnome_hint(win, WIN_LAYER, 0); in Appbar()
664 void Appbar::set_gnome_hint(Window w, int a, long value) in set_gnome_hint() function in Appbar
1130 set_gnome_hint(win, WIN_HINTS, gnome_win_hints_no_on_top); in turnOffStrut()
1138 set_gnome_hint(win, WIN_HINTS, gnome_win_normal_hints); in setLeftStrut()
1146 set_gnome_hint(win, WIN_HINTS, gnome_win_normal_hints); in setRightStrut()
1154 set_gnome_hint(win, WIN_HINTS, gnome_win_normal_hints); in setTopStrut()
1162 set_gnome_hint(win, WIN_HINTS, gnome_win_normal_hints); in setBottomStrut()
H A Dappbar.hh76 void set_gnome_hint(Window w, int a, long value);