См. определение в файле Tabber.c строка 36
37 {
39 int n = 0;
41 while(w)
42 {
43 if (n == index)
44 {
45 w.Show(true);
46 }
47 else
48 {
49 w.Show(false);
50 }
51 n++;
52 w = w.GetSibling();
53 }
54 }
proto void Print(void var)
Prints content of variable to console/log.
Перекрестные ссылки ContentPanel и Print().
Используется в OnClick() и OnWidgetScriptInit().