См. определение в файле RightGap.c строка 18
19 {
20 float width;
21 float height;
23 w.GetParent().GetScreenSize( width, height );
24 w.SetSize( width-
gap, height );
25 return false;
26 }
Перекрестные ссылки gap.
Используется в HorizontalSpacer::UpdateChild().