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

◆ ColorDisable()

void ColorDisable ( Widget w)
protected

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

734 {
735 #ifdef PLATFORM_WINDOWS
736 SetFocus( null );
737 #endif
738
739 if ( w )
740 {
741 ButtonWidget button = ButtonWidget.Cast( w );
742 if ( button )
743 {
744 button.SetTextColor( ColorManager.COLOR_DISABLED_TEXT );
745 }
746 }
747 }
static int COLOR_DISABLED_TEXT
Определения ColorManager.c:11
Определения ColorManager.c:2
proto native void SetFocus(Widget w)

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