Home | History | Annotate | Download | only in controls

Lines Matching defs:clientArea

527       Rectangle clientArea = composite.getClientArea();
528 if (clientArea.isEmpty()) {
535 m_spinner.setBounds(clientArea.x + clientArea.width - arrowWidth - 1, clientArea.y
536 + clientArea.height
539 clientArea.x + 2,
540 clientArea.y + 2,
541 clientArea.width - arrowWidth - 5,
542 clientArea.y + clientArea.height - 4);