Home | History | Annotate | Download | only in controls

Lines Matching defs:m_text

42   private final CImageLabel m_text;
58 m_text = new CImageLabel(this, SWT.NONE);
59 new DefaultControlActionsManager(m_text);
60 addEvents(m_text, m_textListener, new int[]{
97 m_text.isFocusControl()
103 m_text.setBackground(IColorConstants.listSelection);
104 m_text.setForeground(IColorConstants.listSelectionText);
106 m_text.setBackground(IColorConstants.listBackground);
107 m_text.setForeground(IColorConstants.listForeground);
164 m_text.setCapture(true);
169 m_text.setCapture(false);
220 Point displayLocation = m_text.toDisplay(new Point(event.x, event.y));
322 m_text.setFocus();
371 m_text.setCapture(true);
459 m_text.setText(null);
460 m_text.setImage(null);
464 m_text.setText(item.getText());
465 m_text.setImage(item.getImage());
504 Point textSize = m_text.computeSize(areaWidth - buttonSize.x, areaHeight);
508 m_text.setSize(areaWidth - buttonSize.x, Math.max(textSize.y, areaHeight));