Searched defs:num_mapped_children (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c152 int num_mapped_children = 0; local
166 if (widget->core.mapped_when_managed) num_mapped_children++;
231 if (bbw->composite.num_children == num_mapped_children)
234 int i = num_mapped_children;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c173 int num_mapped_children = 0; local
194 if (widget->core.mapped_when_managed) num_mapped_children++;
263 if (bbw->composite.num_children == num_mapped_children)

Completed in 11 milliseconds