comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/LineBackgroundEvent.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
39 /** 39 /**
40 * line background color 40 * line background color
41 */ 41 */
42 public Color lineBackground; 42 public Color lineBackground;
43 43
44 static final long serialVersionUID = 3978711687853324342L; 44 static const long serialVersionUID = 3978711687853324342L;
45 45
46 /** 46 /**
47 * Constructs a new instance of this class based on the 47 * Constructs a new instance of this class based on the
48 * information in the given event. 48 * information in the given event.
49 * 49 *