comparison dwt/widgets/Menu.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
44 * Only one of LEFT_TO_RIGHT or RIGHT_TO_LEFT may be specified. 44 * Only one of LEFT_TO_RIGHT or RIGHT_TO_LEFT may be specified.
45 * </p><p> 45 * </p><p>
46 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 46 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
47 * </p> 47 * </p>
48 */ 48 */
49 public class Menu extends Widget { 49 public class Menu : Widget {
50 /** 50 /**
51 * the handle to the OS resource 51 * the handle to the OS resource
52 * (Warning: This field is platform dependent) 52 * (Warning: This field is platform dependent)
53 * <p> 53 * <p>
54 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT 54 * <b>IMPORTANT:</b> This field is <em>not</em> part of the DWT