WST_CLOSED        280 lib/widget/dialog-switch.c         if (widget_get_state (wh, WST_CLOSED))
WST_CLOSED        323 lib/widget/dialog.c         if (widget_get_state (wh, WST_CLOSED))
WST_CLOSED        479 lib/widget/dialog.c     widget_set_state (WIDGET (h), WST_CLOSED, TRUE);
WST_CLOSED        552 lib/widget/dialog.c     if (widget_get_state (WIDGET (h), WST_CLOSED))
WST_CLOSED        683 lib/widget/group.c     if (state == WST_ACTIVE || state == WST_SUSPENDED || state == WST_CLOSED)
WST_CLOSED        796 lib/widget/widget-common.c             w->state &= ~(WST_ACTIVE | WST_SUSPENDED | WST_CLOSED);
WST_CLOSED        799 lib/widget/widget-common.c             w->state &= ~(WST_CONSTRUCT | WST_SUSPENDED | WST_CLOSED);
WST_CLOSED        802 lib/widget/widget-common.c             w->state &= ~(WST_CONSTRUCT | WST_ACTIVE | WST_CLOSED);
WST_CLOSED        804 lib/widget/widget-common.c         case WST_CLOSED:
WST_CLOSED       3406 src/diffviewer/ydiff.c     if (error != 0 || widget_get_state (dw, WST_CLOSED))
WST_CLOSED       1284 src/editor/editwidget.c     if (!ok || widget_get_state (wd, WST_CLOSED))
WST_CLOSED        272 src/viewer/mcviewer.c     if (widget_get_state (vw, WST_CLOSED))