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

◆ ColorDisabled()

void UIScriptedMenu::ColorDisabled ( Widget w)
inlineprotected

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

451 {
452 #ifdef PLATFORM_WINDOWS
453 SetFocus(null);
454 #endif
455
456 ButtonWidget button = ButtonWidget.Cast(w);
457 if (button)
458 {
459 button.SetTextColor(ColorManager.COLOR_DISABLED_TEXT);
460 }
461 }
proto native void SetFocus(Widget w)

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

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