Changeset 17

Show
Ignore:
Timestamp:
05/24/04 02:12:10 (4 years ago)
Author:
brad
Message:

Got menuitem.d to compile, added to types.d and made os.d a static class and all the methods static
Added Copyright to the /branches/0.1 files, just like in the /trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.1/src/dwt/accessibility/accessible.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/dwt.d

    r3 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/IDrawable.d

    r15 r17  
    99 *     IBM Corporation - initial API and implementation 
    1010 *******************************************************************************/ 
    11   
    12 /****************************************************************************** 
    13  * DWT :  SWT Port for the D Language 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
    1414 *  
    15  * Contributers: 
    16  *  The DWT team at www.dsource.org 
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
    1717 *  
    18  * DATE: 2004-04-27 
    19  ******************************************************************************/ 
     18 *******************************************************************************/ 
    2019 
    2120module dwt.graphics.IDrawable; 
  • branches/0.1/src/dwt/graphics/color.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/cursor.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/device.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/devicedata.d

    r3 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/drawable.d

    r12 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
     20 
    121 
    222module dwt.graphics.drawable; 
  • branches/0.1/src/dwt/graphics/font.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/fontdata.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/fontmetrics.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/gc.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/gcdata.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
     20 
    121 
    222module dwt.graphics.gcdata; 
  • branches/0.1/src/dwt/graphics/image.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/imagedata.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/imageloader.d

    r11 r17  
    11/******************************************************************************* 
    22 * Copyright (c) 2000, 2003 IBM Corporation and others. 
    3  * All rights reserved. This program and the accompanying materials 
     3 * All rights reserved. This program and the accompanying materials  
    44 * are made available under the terms of the Common Public License v1.0 
    55 * which accompanies this distribution, and is available at 
    66 * http://www.eclipse.org/legal/cpl-v10.html 
    7  * 
     7 *  
    88 * Contributors: 
    99 *     IBM Corporation - initial API and implementation 
    1010 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
     20 
    1121module dwt.graphics.imageloader; 
    1222 
  • branches/0.1/src/dwt/graphics/palettedata.d

    r11 r17  
    11/******************************************************************************* 
    22 * Copyright (c) 2000, 2003 IBM Corporation and others. 
    3  * All rights reserved. This program and the accompanying materials 
     3 * All rights reserved. This program and the accompanying materials  
    44 * are made available under the terms of the Common Public License v1.0 
    55 * which accompanies this distribution, and is available at 
    66 * http://www.eclipse.org/legal/cpl-v10.html 
    7  * 
     7 *  
    88 * Contributors: 
    99 *     IBM Corporation - initial API and implementation 
    1010 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
     20 
    1121module dwt.graphics.palettedata; 
    1222 
  • branches/0.1/src/dwt/graphics/point.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/rectangle.d

    r3 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/region.d

    r16 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/graphics/rgb.d

    r11 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/internal/callback.d

    r11 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
     20 
     21 
    122/** 
    223 * A way to map an extern(Windows) function to a D delegate. 
  • branches/0.1/src/dwt/internal/cloneablecompatibility.d

    r3 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/internal/compatibility.d

    r15 r17  
     1/******************************************************************************* 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
     10 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    120 
    221 
  • branches/0.1/src/dwt/internal/gtk/gdkcolor.d

    r13 r17  
    11/******************************************************************************* 
    2  * Copyright (c) 2000, 2003 IBM Corporation and others. All rights reserved. 
    3  * The contents of this file are made available under the terms 
    4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that 
    5  * accompanies this distribution (lgpl-v21.txt).  The LGPL is also 
    6  * available at http://www.gnu.org/licenses/lgpl.html.  If the version 
    7  * of the LGPL at http://www.gnu.org is different to the version of 
    8  * the LGPL accompanying this distribution and there is any conflict 
    9  * between the two license versions, the terms of the LGPL accompanying 
    10  * this distribution shall govern. 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
    1110 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    1220module dwt.internal.gtk.gdkcolor; 
    1321 
  • branches/0.1/src/dwt/internal/gtk/gdkdragcontext.d

    r13 r17  
    11/******************************************************************************* 
    2  * Copyright (c) 2000, 2003 IBM Corporation and others. All rights reserved. 
    3  * The contents of this file are made available under the terms 
    4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that 
    5  * accompanies this distribution (lgpl-v21.txt).  The LGPL is also 
    6  * available at http://www.gnu.org/licenses/lgpl.html.  If the version 
    7  * of the LGPL at http://www.gnu.org is different to the version of 
    8  * the LGPL accompanying this distribution and there is any conflict 
    9  * between the two license versions, the terms of the LGPL accompanying 
    10  * this distribution shall govern. 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
    1110 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    1220module dwt.internal.gtk.gdkdragcontext; 
    1321 
  • branches/0.1/src/dwt/internal/gtk/gdkevent.d

    r13 r17  
    11/******************************************************************************* 
    2  * Copyright (c) 2000, 2003 IBM Corporation and others. All rights reserved. 
    3  * The contents of this file are made available under the terms 
    4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that 
    5  * accompanies this distribution (lgpl-v21.txt).  The LGPL is also 
    6  * available at http://www.gnu.org/licenses/lgpl.html.  If the version 
    7  * of the LGPL at http://www.gnu.org is different to the version of 
    8  * the LGPL accompanying this distribution and there is any conflict 
    9  * between the two license versions, the terms of the LGPL accompanying 
    10  * this distribution shall govern. 
     2 * Copyright (c) 2000, 2003 IBM Corporation and others. 
     3 * All rights reserved. This program and the accompanying materials  
     4 * are made available under the terms of the Common Public License v1.0 
     5 * which accompanies this distribution, and is available at 
     6 * http://www.eclipse.org/legal/cpl-v10.html 
     7 *  
     8 * Contributors: 
     9 *     IBM Corporation - initial API and implementation 
    1110 *******************************************************************************/ 
     11 
     12/******************************************************************************* 
     13 * DWT: SWT port for the D Language 
     14 *  
     15 * Contributors: 
     16 *  The DWT team at http://www.dsource.org/projects/dwt 
     17 *  
     18 *******************************************************************************/ 
     19 
    1220module dwt.internal.gtk.gdkevent; 
    1321 
  • branches/0.1/src/dwt/internal/gtk/gdkeventbutton.d

    r13 r17  
    11/******************************************************************************* 
    2&nbs