Lines Matching refs:focus
25 * representation in the icon manager) for having/losing focus.
30 SetFocusVisualAttributes(TwmWindow *tmp_win, bool focus)
36 if(focus == tmp_win->hasfocusvisible) {
41 PaintBorders(tmp_win, focus);
44 if(focus) {
66 if(focus) {
110 bs = focus ? on : off;
117 tmp_win->hasfocusvisible = focus;
122 * Shift the focus to a given window, and do whatever subsidiary ops that
154 // Priority may change when focus does
169 // Priority may change when focus does
185 * Move the focus straight to the root, with associated cleanup.