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

◆ ColorDisable() [4/4]

void UIScriptedMenu::ColorDisable ( Widget w)
inlineprotected

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

866 {
867 #ifdef PLATFORM_WINDOWS
868 SetFocus(null);
869 #endif
870
871 if (w)
872 {
873 ButtonWidget button = ButtonWidget.Cast(w);
874 if (button)
875 {
876 button.SetTextColor(ColorManager.COLOR_DISABLED_TEXT);
877 }
878 }
879 }
proto native void SetFocus(Widget w)

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