DLG_COLOR_HOT_FOCUS  458 lib/widget/dialog.c     dialog_colors[DLG_COLOR_HOT_FOCUS] = COLOR_HOT_FOCUS;
DLG_COLOR_HOT_FOCUS  464 lib/widget/dialog.c     alarm_colors[DLG_COLOR_HOT_FOCUS] = ERROR_HOT_FOCUS;
DLG_COLOR_HOT_FOCUS  470 lib/widget/dialog.c     listbox_colors[DLG_COLOR_HOT_FOCUS] = PMENU_SELECTED_COLOR;
DLG_COLOR_HOT_FOCUS  151 lib/widget/listbox.c     selc = disabled ? DISABLED_COLOR : colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_FOCUS];
DLG_COLOR_HOT_FOCUS  470 lib/widget/widget-common.c         color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL];