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

◆ ColorDisable() [2/2]

override void ServerBrowserTab::ColorDisable ( Widget w)
inlineprotected

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

791 {
792 #ifdef PLATFORM_WINDOWS
793 SetFocus( null );
794 #endif
795
796 ButtonWidget button = ButtonWidget.Cast( w );
797 if ( button )
798 {
799 button.SetTextColor( ColorManager.COLOR_DISABLED_TEXT );
800 }
801 }
proto native void SetFocus(Widget w)

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