OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_arrow
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
43
private final Button
m_arrow
;
field in class:CCombo3
73
m_arrow
= new Button(this, SWT.ARROW | SWT.DOWN);
74
addEvents(
m_arrow
, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut});
98
||
m_arrow
.isFocusControl()
503
Point buttonSize =
m_arrow
.computeSize(areaHeight, areaHeight);
506
m_arrow
.setLocation(areaWidth - buttonSize.x, 0);
507
m_arrow
.setSize(buttonSize);
CTableCombo.java
47
protected Button
m_arrow
;
field in class:CTableCombo
65
m_arrow
= new Button(this, SWT.ARROW | SWT.DOWN | SWT.NO_FOCUS);
86
if (
m_arrow
== event.widget) {
154
m_arrow
.addListener(arrowEvents[i], listener);
178
if (focusControl == m_text || focusControl ==
m_arrow
) {
299
m_arrow
= null;
355
|| focusControl ==
m_arrow
545
Point arrowSize =
m_arrow
.computeSize(SWT.DEFAULT, SWT.DEFAULT, changed);
567
Point arrowSize =
m_arrow
.computeSize(SWT.DEFAULT, height);
569
m_arrow
.setBounds(rect.x + width - arrowSize.x, rect.y, arrowSize.x, arrowSize.y)
[
all
...]
Completed in 42 milliseconds