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

◆ ColorDisable()

void ColorDisable ( Widget w)
protected

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

750 {
751 #ifdef PLATFORM_WINDOWS
752 SetFocus( null );
753 #endif
754
755 if ( w )
756 {
757 ButtonWidget button = ButtonWidget.Cast( w );
758 if ( button )
759 {
760 button.SetTextColor( ColorManager.COLOR_DISABLED_TEXT );
761 }
762 }
763 }
static int COLOR_DISABLED_TEXT
Определения ColorManager.c:11
Определения ColorManager.c:2
proto native void SetFocus(Widget w)

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