WST_FOCUSED 131 lib/widget/button.c focused = widget_get_state (w, WST_FOCUSED); WST_FOCUSED 93 lib/widget/check.c focused = widget_get_state (w, WST_FOCUSED); WST_FOCUSED 417 lib/widget/dialog.c w->state |= WST_FOCUSED; WST_FOCUSED 689 lib/widget/group.c if ((w->state & WST_FOCUSED) != 0) WST_FOCUSED 693 lib/widget/group.c widget_set_state (WIDGET (g->current->data), WST_FOCUSED, enable); WST_FOCUSED 493 lib/widget/listbox.c listbox_draw (l, widget_get_state (w, WST_FOCUSED)); WST_FOCUSED 209 lib/widget/menu.c if (!widget_get_state (CONST_WIDGET (menubar), WST_FOCUSED)) WST_FOCUSED 226 lib/widget/menu.c tty_setcolor (widget_get_state (WIDGET (menubar), WST_FOCUSED) ? MENU_ENTRY_COLOR WST_FOCUSED 634 lib/widget/menu.c if (!widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 672 lib/widget/menu.c return widget_get_state (w, WST_FOCUSED) ? MSG_NOT_HANDLED : MSG_HANDLED; WST_FOCUSED 677 lib/widget/menu.c if (widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 860 lib/widget/menu.c if (widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 989 lib/widget/menu.c widget_set_state (WIDGET (menubar), WST_FOCUSED, FALSE); WST_FOCUSED 1083 lib/widget/menu.c if (!widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 94 lib/widget/radio.c widget_set_state (w, WST_FOCUSED, TRUE); // Also draws the widget WST_FOCUSED 163 lib/widget/radio.c focused = widget_get_state (w, WST_FOCUSED); WST_FOCUSED 100 lib/widget/widget-common.c if (w != NULL && widget_get_state (WIDGET (w->owner), WST_VISIBLE | WST_FOCUSED)) WST_FOCUSED 101 lib/widget/widget-common.c widget_set_state (w, WST_FOCUSED, enable); WST_FOCUSED 123 lib/widget/widget-common.c if (g->current == NULL || !widget_get_state (WIDGET (g->current->data), WST_FOCUSED)) WST_FOCUSED 129 lib/widget/widget-common.c else if (!widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 569 lib/widget/widget-common.c if (widget_get_state (old_w, WST_FOCUSED)) WST_FOCUSED 836 lib/widget/widget-common.c case WST_FOCUSED: WST_FOCUSED 876 src/editor/editwidget.c if (!widget_get_state (WIDGET (b), WST_FOCUSED)) WST_FOCUSED 1321 src/editor/editwidget.c edit_status (e, widget_get_state (WIDGET (e), WST_FOCUSED)); WST_FOCUSED 320 src/filemanager/achown.c widget_set_state (WIDGET (g->current->data), WST_FOCUSED, TRUE); WST_FOCUSED 797 src/filemanager/chattr.c if (widget_get_state (sender, WST_FOCUSED)) WST_FOCUSED 1535 src/filemanager/filemanager.c if (widget_get_state (WIDGET (the_menubar), WST_FOCUSED)) WST_FOCUSED 1603 src/filemanager/filemanager.c if (!widget_get_state (WIDGET (the_menubar), WST_FOCUSED)) WST_FOCUSED 597 src/filemanager/hotlist.c if (!widget_get_state (lst, WST_FOCUSED)) WST_FOCUSED 353 src/filemanager/tree.c selected = widget_get_state (w, WST_FOCUSED) && current == tree->selected_ptr; WST_FOCUSED 1155 src/filemanager/tree.c if (widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 1226 src/filemanager/tree.c else if (!widget_get_state (w, WST_FOCUSED)) WST_FOCUSED 105 src/viewer/mcviewer.c if (!widget_get_state (w, WST_FOCUSED))