Searched defs:preferred_height (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1BoxP.h | 67 Dimension preferred_width, preferred_height; member in struct:__anon289
|
H A D | Xaw3_1Box.c | 269 Dimension preferred_height = w->box.preferred_height; local 285 preferred->height = preferred_height; 288 constraint->height == preferred_height) 313 : *preferred_height; 316 &preferred_width, &preferred_height, FALSE); 319 preferred_height > constraint->height) { 329 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE); 330 } while (preferred_height > constraint->height && 336 &preferred_width, &preferred_height, FALS 384 Dimension preferred_width, preferred_height; local [all...] |
H A D | Xaw3_1FormP.h | 75 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | BoxP.h | 90 Dimension preferred_width, preferred_height; member in struct:__anon356
|
H A D | Box.c | 298 Dimension preferred_height = w->box.preferred_height; local 314 preferred->height = preferred_height; 317 constraint->height == preferred_height) 342 : *preferred_height; 345 &preferred_width, &preferred_height, FALSE); 348 preferred_height > constraint->height) { 358 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE); 359 } while (preferred_height > constraint->height && 365 &preferred_width, &preferred_height, FALS 413 Dimension preferred_width, preferred_height; local [all...] |
H A D | FormP.h | 96 Dimension preferred_width, preferred_height; /* cached from layout */ member in struct:_FormPart
|
Completed in 15 milliseconds