Searched refs:ret_height (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c255 * ret_width, ret_height - the actual size the form is allowed
261 ChangeFormGeometry(w, query_only, width, height, ret_width, ret_height)
265 Dimension *ret_width, *ret_height;
305 if (ret_height != NULL)
306 *ret_height = request.height;
605 Dimension ret_width, ret_height; local
625 &ret_width, &ret_height);
629 (ret_height >= fw->form.preferred_height)))

Completed in 29 milliseconds