Lines Matching refs:XtHeight
161 .slider_height = XtHeight(pw),
163 .canvas_height = XtHeight(child)
179 *heightp = XtHeight(child);
196 if (*heightp < XtHeight(pw)) *heightp = XtHeight(pw);
203 miny = (Position)(XtHeight(pw) - *heightp);
224 if (XtHeight(gw) < 1)
225 XtHeight(gw) = 1;
262 preferred->height = XtHeight(child);
269 preferred->height == XtHeight(pw))
335 if (XtHeight(child) != reply->height) {
337 XtHeight(child) = reply->height;
360 if (XtHeight(pw) == 0) {
361 geom.height = XtHeight(child);
371 Max(XtHeight(child), XtHeight(pw)), 0);