comparison dwt/graphics/GC.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
58 * Note: Only one of LEFT_TO_RIGHT and RIGHT_TO_LEFT may be specified. 58 * Note: Only one of LEFT_TO_RIGHT and RIGHT_TO_LEFT may be specified.
59 * </p> 59 * </p>
60 * 60 *
61 * @see dwt.events.PaintEvent 61 * @see dwt.events.PaintEvent
62 */ 62 */
63 public final class GC extends Resource { 63 public final class GC : Resource {
64 /** 64 /**
65 * the handle to the OS device context 65 * the handle to the OS device context
66 * (Warning: This field is platform dependent) 66 * (Warning: This field is platform dependent)
67 * <p> 67 * <p>
68 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT 68 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT