См. определение в файле ServerBrowserMenuNew.c строка 378
379 {
380 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
381 if (trText)
382 {
383 trText.SetText(text);
384 trText.Update();
385 }
386 }
Используется в ServerListFocus().