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

◆ ColorDisable() [4/4]

void UIScriptedMenu::ColorDisable ( Widget w)
inlineprotected

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

802 {
803 #ifdef PLATFORM_WINDOWS
804 SetFocus(null);
805 #endif
806
807 if (w)
808 {
809 ButtonWidget button = ButtonWidget.Cast(w);
810 if (button)
811 {
812 button.SetTextColor(ColorManager.COLOR_DISABLED_TEXT);
813 }
814 }
815 }
proto native void SetFocus(Widget w)

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