comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/ControlEditor.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
115 Control editor; 115 Control editor;
116 private bool hadFocus; 116 private bool hadFocus;
117 private Listener controlListener; 117 private Listener controlListener;
118 private Listener scrollbarListener; 118 private Listener scrollbarListener;
119 119
120 private final static int [] EVENTS = [SWT.KeyDown, SWT.KeyUp, SWT.MouseDown, SWT.MouseUp, SWT.Resize]; 120 private const static int [] EVENTS = [SWT.KeyDown, SWT.KeyUp, SWT.MouseDown, SWT.MouseUp, SWT.Resize];
121 /** 121 /**
122 * Creates a ControlEditor for the specified Composite. 122 * Creates a ControlEditor for the specified Composite.
123 * 123 *
124 * @param parent the Composite above which this editor will be displayed 124 * @param parent the Composite above which this editor will be displayed
125 * 125 *