См. определение в файле ServerBrowserMenuNew.c строка 352
353 {
354 RichTextWidget trIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("SwitchIcon"));
355 TextWidget trText = TextWidget.Cast(layoutRoot.FindAnyWidget("SwitchText"));
356
357 if (trIcon)
358 {
359 trIcon.Show(show);
360 }
361
362 if (trText)
363 {
364 trText.Show(show);
365 }
366 }
Используется в DetailsFocus(), FilterFocus() и OnTabSwitch().