comparison examples/controlexample/ComboTab.d @ 161:eb84f9418bbf

Change module names to this not have examples in the FQN.
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:24:27 +0200
parents 8a1930f94cbb
children
comparison
equal deleted inserted replaced
158:683d3e7b184a 161:eb84f9418bbf
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: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module examples.controlexample.ComboTab; 13 module controlexample.ComboTab;
14 14
15 15
16 16
17 import dwt.DWT; 17 import dwt.DWT;
18 import dwt.events.ControlAdapter; 18 import dwt.events.ControlAdapter;
24 import dwt.widgets.Composite; 24 import dwt.widgets.Composite;
25 import dwt.widgets.Group; 25 import dwt.widgets.Group;
26 import dwt.widgets.TabFolder; 26 import dwt.widgets.TabFolder;
27 import dwt.widgets.Widget; 27 import dwt.widgets.Widget;
28 28
29 import examples.controlexample.Tab; 29 import controlexample.Tab;
30 import examples.controlexample.ControlExample; 30 import controlexample.ControlExample;
31 31
32 class ComboTab : Tab { 32 class ComboTab : Tab {
33 33
34 /* Example widgets and groups that contain them */ 34 /* Example widgets and groups that contain them */
35 Combo combo1; 35 Combo combo1;