См. определение в файле ServerBrowserMenuNew.c строка 344
345 {
346 RichTextWidget trIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("SwitchIcon"));
347 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
348
349 if (trIcon)
350 {
351 trIcon.Show(show);
352 }
353
354 if (trText)
355 {
356 trText.Show(show);
357 }
358 }
Используется в DetailsFocus(), FilterFocus() и OnTabSwitch().