DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ColorDisabled()

void UIScriptedMenu::ColorDisabled ( Widget w)
inlineprotected

См. определение в файле KeybindingsMenu.c строка 466

467 {
468 #ifdef PLATFORM_WINDOWS
469 SetFocus(null);
470 #endif
471
472 ButtonWidget button = ButtonWidget.Cast(w);
473 if (button)
474 {
475 button.SetTextColor(ColorManager.COLOR_DISABLED_TEXT);
476 }
477 }
proto native void SetFocus(Widget w)

Перекрестные ссылки ColorManager::COLOR_DISABLED_TEXT и SetFocus().

Используется в Apply(), Init(), OnFocusLost(), OnMouseLeave(), PerformSetToDefaultsExt() и Reset().