# HG changeset patch # User Frank Benoit # Date 1201046904 -3600 # Node ID 424cc4e141246bacf9abeb2f6be67dc5a132ad31 # Parent 6cd44e0b522d26cfb360b170fe89aa465407818e some notes with todos and author notice diff -r 6cd44e0b522d -r 424cc4e14124 dwt/events/MouseEvent.d --- a/dwt/events/MouseEvent.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwt/events/MouseEvent.d Wed Jan 23 01:08:24 2008 +0100 @@ -95,7 +95,7 @@ */ public char[] toString() { return Format( "{} button={} stateMask={} x={} y={} count={}}", - super.toString[ 0 .. $-2 ], + super.toString[ 0 .. $-1 ], button, stateMask, x, y, count ); } } diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CComboTab.d --- a/dwtexamples/controlexample/CComboTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CComboTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CComboTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CLabelTab.d --- a/dwtexamples/controlexample/CLabelTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CLabelTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CLabelTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CTabFolderTab.d --- a/dwtexamples/controlexample/CTabFolderTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CTabFolderTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CTabFolderTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CanvasTab.d --- a/dwtexamples/controlexample/CanvasTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CanvasTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CanvasTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ComboTab.d --- a/dwtexamples/controlexample/ComboTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ComboTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ComboTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ControlExample.d --- a/dwtexamples/controlexample/ControlExample.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ControlExample.d Wed Jan 23 01:08:24 2008 +0100 @@ -12,16 +12,14 @@ *******************************************************************************/ module dwtexamples.controlexample.ControlExample; -pragma( msg, " === The ControlExample is work in progress ===" ); - - -/+ -import java.io.IOException; -import java.io.InputStream; -import java.text.MessageFormat; -import java.util.MissingResourceException; -import java.util.ResourceBundle; -+/ +pragma( msg, "The ControlExample: still work left" ); +pragma( msg, "todo: search for //PORTING_LEFT" ); +pragma( msg, "todo: Implement Get/Set API reflection" ); +pragma( msg, "todo: DateTimeTab not implemented" ); +pragma( msg, "todo: ExpandBarTab looks strange" ); +pragma( msg, "todo: ProgressBarTab crash on vertical" ); +pragma( msg, "todo: SliderTab horizontal arrow buttons are too high" ); +pragma( msg, "please report problems" ); import dwt.DWT; import dwt.graphics.Image; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CoolBarTab.d --- a/dwtexamples/controlexample/CoolBarTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CoolBarTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CoolBarTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/CustomControlExample.d --- a/dwtexamples/controlexample/CustomControlExample.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/CustomControlExample.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.CustomControlExample; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/DateTimeTab.d --- a/dwtexamples/controlexample/DateTimeTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/DateTimeTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.DateTimeTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/DialogTab.d --- a/dwtexamples/controlexample/DialogTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/DialogTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.DialogTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ExpandBarTab.d --- a/dwtexamples/controlexample/ExpandBarTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ExpandBarTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ExpandBarTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/GroupTab.d --- a/dwtexamples/controlexample/GroupTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/GroupTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.GroupTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/LabelTab.d --- a/dwtexamples/controlexample/LabelTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/LabelTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.LabelTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/LinkTab.d --- a/dwtexamples/controlexample/LinkTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/LinkTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.LinkTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ListTab.d --- a/dwtexamples/controlexample/ListTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ListTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ListTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/MenuTab.d --- a/dwtexamples/controlexample/MenuTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/MenuTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.MenuTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ProgressBarTab.d --- a/dwtexamples/controlexample/ProgressBarTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ProgressBarTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ProgressBarTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/RangeTab.d --- a/dwtexamples/controlexample/RangeTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/RangeTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.RangeTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/SashFormTab.d --- a/dwtexamples/controlexample/SashFormTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/SashFormTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.SashFormTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/SashTab.d --- a/dwtexamples/controlexample/SashTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/SashTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.SashTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ScaleTab.d --- a/dwtexamples/controlexample/ScaleTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ScaleTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ScaleTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ScrollableTab.d --- a/dwtexamples/controlexample/ScrollableTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ScrollableTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ScrollableTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/SliderTab.d --- a/dwtexamples/controlexample/SliderTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/SliderTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.SliderTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/SpinnerTab.d --- a/dwtexamples/controlexample/SpinnerTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/SpinnerTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.SpinnerTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/StyledTextTab.d --- a/dwtexamples/controlexample/StyledTextTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/StyledTextTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.StyledTextTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/TabFolderTab.d --- a/dwtexamples/controlexample/TabFolderTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/TabFolderTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.TabFolderTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/TableTab.d --- a/dwtexamples/controlexample/TableTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/TableTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.TableTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/TextTab.d --- a/dwtexamples/controlexample/TextTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/TextTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.TextTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ToolBarTab.d --- a/dwtexamples/controlexample/ToolBarTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ToolBarTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ToolBarTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/ToolTipTab.d --- a/dwtexamples/controlexample/ToolTipTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/ToolTipTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.ToolTipTab; diff -r 6cd44e0b522d -r 424cc4e14124 dwtexamples/controlexample/TreeTab.d --- a/dwtexamples/controlexample/TreeTab.d Wed Jan 23 00:41:01 2008 +0100 +++ b/dwtexamples/controlexample/TreeTab.d Wed Jan 23 01:08:24 2008 +0100 @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 @@ -7,6 +7,8 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Port to the D programming language: + * Frank Benoit *******************************************************************************/ module dwtexamples.controlexample.TreeTab;