Home | History | Annotate | Download | only in src

Lines Matching refs:pw

135                 Widget pw = child->core.parent;
138 while ((pw != NULL) && (!XtIsWidget(pw)))
139 pw = pw->core.parent;
140 if ((pw != NULL) && XtIsRealized(pw))
141 XClearArea(XtDisplay(pw), XtWindow(pw),
309 Widget pw = child->core.parent;
312 while ((pw != NULL) && (!XtIsWidget(pw)))
313 pw = pw->core.parent;
314 if (pw != NULL)
315 XClearArea(XtDisplay(pw), XtWindow(pw),