См. определение в файле ServerBrowserMenuNew.c строка 306
307 {
308 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
309 if (yText)
310 {
311 yText.SetText(text);
312 yText.Update();
313 }
314 }
Используется в DetailsFocus() и FilterFocus().