Lines Matching defs:child
29 GLUTwindow* child;
41 update the visibility for all the child windows. */
42 child = window->children;
43 while (child) {
44 updateWindowState(child, visState);
45 child = child->siblings;
107 window. Therefore, find out if we're in a child window and
108 call the child windows keyboard callback if we are. */
194 window. Therefore, find out if we're in a child window and
195 call the child windows keyboard callback if we are. */
232 window. Therefore, find out if we're in a child window and
233 call the child windows keyboard callback if we are. */