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

◆ ColorDisable() [2/2]

override void ServerBrowserTab::ColorDisable ( Widget w)
inlineprotected

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

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

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