comparison dwt/widgets/ToolItem.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
47 * may be specified. 47 * may be specified.
48 * </p><p> 48 * </p><p>
49 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 49 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
50 * </p> 50 * </p>
51 */ 51 */
52 public class ToolItem extends Item { 52 public class ToolItem : Item {
53 NSView view; 53 NSView view;
54 NSButton button, arrow; 54 NSButton button, arrow;
55 int width = DEFAULT_SEPARATOR_WIDTH; 55 int width = DEFAULT_SEPARATOR_WIDTH;
56 ToolBar parent; 56 ToolBar parent;
57 Image hotImage, disabledImage; 57 Image hotImage, disabledImage;