См. определение в файле ServerBrowserMenuNew.c строка 360
361 {
362 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
363 if (trText)
364 {
365 trText.SetText(text);
366 trText.Update();
367 }
368 }
Используется в ServerListFocus().