comparison dwt/widgets/Button.d @ 60:6537a52fde85

Text
author Frank Benoit <benoit@tionex.de>
date Sat, 12 Jan 2008 11:16:09 +0100
parents 8cec8f536af3
children bb2217c09e61
comparison
equal deleted inserted replaced
59:8cec8f536af3 60:6537a52fde85
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2007 IBM Corporation and others. 2 * Copyright (c) 2000, 2007 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
21 import dwt.events.SelectionListener; 21 import dwt.events.SelectionListener;
22 import dwt.widgets.TypedListener; 22 import dwt.widgets.TypedListener;
23 import dwt.widgets.Decorations; 23 import dwt.widgets.Decorations;
24 24
25 import tango.stdc.stringz; 25 import tango.stdc.stringz;
26 import tango.io.Stdout;
26 27
27 /** 28 /**
28 * Instances of this class represent a selectable user interface object that 29 * Instances of this class represent a selectable user interface object that
29 * issues notification when pressed and released. 30 * issues notification when pressed and released.
30 * <dl> 31 * <dl>