См. определение в файле ServerBrowserMenuNew.c строка 282
283 {
284 RichTextWidget yIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("ResetIcon"));
285 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
286
287 if (yIcon)
288 {
289 yIcon.Show(show);
290 }
291
292 if (yText)
293 {
294 yText.Show(show);
295 }
296 }
Используется в OnTabSwitch().