См. определение в файле ServerBrowserMenuNew.c строка 368
369 {
370 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
371 if (trText)
372 {
373 trText.SetText(text);
374 trText.Update();
375 }
376 }
Используется в ServerListFocus().