См. определение в файле ServerBrowserMenuNew.c строка 316
317 {
318 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
319 if (yText)
320 {
321 yText.SetText(text);
322 yText.Update();
323 }
324 }
Используется в DetailsFocus() и FilterFocus().