comparison dwt/graphics/Color.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
28 * </p> 28 * </p>
29 * 29 *
30 * @see RGB 30 * @see RGB
31 * @see Device#getSystemColor 31 * @see Device#getSystemColor
32 */ 32 */
33 public final class Color extends Resource { 33 public final class Color : Resource {
34 /** 34 /**
35 * the handle to the OS color resource 35 * the handle to the OS color resource
36 * (Warning: This field is platform dependent) 36 * (Warning: This field is platform dependent)
37 * <p> 37 * <p>
38 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT 38 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT