widget_get_options  234 lib/widget/dialog.c     if (!widget_get_options (w, WOP_WANT_TAB))
widget_get_options  369 lib/widget/group.c             if (widget_get_options (w, WOP_WANT_CURSOR) && widget_get_state (w, WST_VISIBLE)
widget_get_options  539 lib/widget/group.c     if (widget_get_options (w, WOP_IS_INPUT))
widget_get_options  551 lib/widget/group.c     if (widget_get_options (w, WOP_WANT_HOTKEY))
widget_get_options  565 lib/widget/group.c         if (widget_get_options (w, WOP_WANT_HOTKEY) && !widget_get_state (w, WST_DISABLED))
widget_get_options  575 lib/widget/widget-common.c     if (!widget_get_options (new_w, WOP_SELECTABLE))
widget_get_options  610 lib/widget/widget-common.c     return (widget_get_options (w, WOP_SELECTABLE) && widget_get_state (w, WST_VISIBLE) &&
widget_get_options  629 lib/widget/widget-common.c     if (!widget_get_options (w, WOP_SELECTABLE))
widget_get_options  635 lib/widget/widget-common.c         if (widget_get_options (w, WOP_TOP_SELECT))