comparison dwt/custom/CTabFolderListener.d @ 108:0f12f6bb9739

author notice
author Frank Benoit <benoit@tionex.de>
date Fri, 18 Jan 2008 21:29:59 +0100
parents 12e3e0e477cd
children 21959e16bc1e
comparison
equal deleted inserted replaced
107:5ac0a5d00e19 108:0f12f6bb9739
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2005 IBM Corporation and others. 2 * Copyright (c) 2000, 2005 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
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de>
10 *******************************************************************************/ 12 *******************************************************************************/
11 module dwt.custom.CTabFolderListener; 13 module dwt.custom.CTabFolderListener;
12 14
13 import dwt.internal.DWTEventListener; 15 import dwt.internal.DWTEventListener;
14 import dwt.custom.CTabFolderEvent; 16 import dwt.custom.CTabFolderEvent;