Lines Matching defs:intended
769 register XtWidgetGeometry *intended, /* parent's changes; may be NULL */
789 if (intended == NULL) {
791 intended = &null_intended;
799 if (intended->request_mode & CWX) {
800 CALLGEOTAT(_XtGeoTrace(widget, " x = %d\n", intended->x));
802 if (intended->request_mode & CWY) {
803 CALLGEOTAT(_XtGeoTrace(widget, " y = %d\n", intended->y));
805 if (intended->request_mode & CWWidth) {
807 " width = %d\n", intended->width));
809 if (intended->request_mode & CWHeight) {
811 " height = %d\n", intended->height));
813 if (intended->request_mode & CWBorderWidth) {
816 intended->border_width));
821 result = (*query) (widget, intended, reply);