Searched defs:ret_width (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;
303 if (ret_width != NULL)
304 *ret_width = request.width;
605 Dimension ret_width, ret_height; local
625 &ret_width, &ret_height);
628 ((ret_width >= fw->form.preferred_width) &&

Completed in 12 milliseconds