Lines Matching defs:allowed
255 * ret_width, ret_height - the actual size the form is allowed
318 * Returns: True if the children are allowed to move from their
556 XtWidgetGeometry allowed;
564 * allowed any constraint changes. */
573 allowed.width = request->width;
575 allowed.width = w->core.width;
578 allowed.height = request->height;
580 allowed.height = w->core.height;
582 if (allowed.width == w->core.width && allowed.height == w->core.height) {
586 * allowed any constraint changes. */
600 w->core.width = allowed.width;
601 w->core.height = allowed.height;