Searched defs:shrink (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c374 * shrink - TRUE if we need to shrink a pane, FALSE otherwise.
379 ChoosePaneToResize(pw, index, dir, shrink)
383 Boolean shrink;
399 if ( (rules < 3 || SatisfiesRule3(pane, shrink)) &&
401 (SatisfiesRule1(pane, shrink)) &&
430 * shrink -TRUE if we want to shrink this pane, FALSE otherwise
435 SatisfiesRule1(pane, shrink)
437 Boolean shrink;
492 Boolean shrink = (*sizeused > pane_size); local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c399 * shrink - TRUE if we need to shrink a pane, FALSE otherwise.
404 ChoosePaneToResize(pw, paneindex, dir, shrink)
408 Boolean shrink;
426 if ( (rules < 3 || SatisfiesRule3(pane, shrink)) &&
428 (SatisfiesRule1(pane, shrink)) &&
457 * shrink -TRUE if we want to shrink this pane, FALSE otherwise
462 SatisfiesRule1(pane, shrink)
464 Boolean shrink;
519 Boolean shrink = (*sizeused > pane_size); local
[all...]

Completed in 14 milliseconds