DLG_COLOR_FRAME 463 lib/widget/dialog.c dialog_colors[DLG_COLOR_FRAME] = DIALOG_FRAME_COLOR; DLG_COLOR_FRAME 472 lib/widget/dialog.c alarm_colors[DLG_COLOR_FRAME] = ERROR_FRAME_COLOR; DLG_COLOR_FRAME 481 lib/widget/dialog.c listbox_colors[DLG_COLOR_FRAME] = PMENU_FRAME_COLOR; DLG_COLOR_FRAME 490 lib/widget/dialog.c help_colors[DLG_COLOR_FRAME] = HELP_FRAME_COLOR; DLG_COLOR_FRAME 16 lib/widget/frame.h #define FRAME_COLOR_FRAME DLG_COLOR_FRAME DLG_COLOR_FRAME 74 lib/widget/groupbox.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_FRAME]); DLG_COLOR_FRAME 110 lib/widget/hline.c tty_setcolor (colors[DLG_COLOR_FRAME]); DLG_COLOR_FRAME 153 lib/widget/listbox.c scrollbarc = disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_FRAME];