comparison dwtexamples/controlexample/ToolBarTab.d @ 3:6e0b2c96d1fd

build with dwt-win
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Feb 2008 00:09:21 +0100
parents 052c3aebd1d3
children
comparison
equal deleted inserted replaced
2:1b159afbc053 3:6e0b2c96d1fd
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
31 import dwt.widgets.ToolItem; 31 import dwt.widgets.ToolItem;
32 import dwt.widgets.Widget; 32 import dwt.widgets.Widget;
33 33
34 import dwtexamples.controlexample.Tab; 34 import dwtexamples.controlexample.Tab;
35 import dwtexamples.controlexample.ControlExample; 35 import dwtexamples.controlexample.ControlExample;
36
37 import dwt.dwthelper.utils;
38
36 import tango.util.Convert; 39 import tango.util.Convert;
37 40
38 class ToolBarTab : Tab { 41 class ToolBarTab : Tab {
39 /* Example widgets and groups that contain them */ 42 /* Example widgets and groups that contain them */
40 ToolBar imageToolBar, textToolBar, imageTextToolBar; 43 ToolBar imageToolBar, textToolBar, imageTextToolBar;