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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java1587 * vsbVisible is the visibility of the vertical scrollbar
1589 boolean hsbIsVisible(boolean vsbVisible){ argument
1590 int w = width - ((2*SPACE) + (2*MARGIN) + (vsbVisible ? SCROLLBAR_AREA : 0));

Completed in 33 milliseconds