См. определение в файле ServerBrowserMenuNew.c строка 290
291 {
292 RichTextWidget yIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("ResetIcon"));
293 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
294
295 if (yIcon)
296 {
297 yIcon.Show(show);
298 }
299
300 if (yText)
301 {
302 yText.Show(show);
303 }
304 }
Используется в OnTabSwitch().