Home | History | Annotate | Download | only in controls

Lines Matching refs:area

22  * client area. This is done so that the sash form can be placed in a view that will sometimes be
125 Rectangle area;
127 area = getClientArea();
128 if (area.width > 0 && area.height > 0) {
131 if (area.width < area.height) {
143 Rectangle area = getClientArea();
144 if (area.width > 0 && area.height > 0 && area.width < area.height) {