comparison dwtx/jface/window/Window.d @ 40:da5ad8eedf5d

debug prints, dwt.dwthelper restructure, ...
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 08:59:39 +0200
parents e10d9c2648be
children 46a6e0e6ccd4
comparison
equal deleted inserted replaced
39:644f1334b451 40:da5ad8eedf5d
39 import dwtx.jface.util.Geometry; 39 import dwtx.jface.util.Geometry;
40 import dwtx.jface.util.IPropertyChangeListener; 40 import dwtx.jface.util.IPropertyChangeListener;
41 import dwtx.jface.util.PropertyChangeEvent; 41 import dwtx.jface.util.PropertyChangeEvent;
42 42
43 import dwt.dwthelper.utils; 43 import dwt.dwthelper.utils;
44 import dwt.dwthelper.Integer;
45 import tango.io.Stdout; 44 import tango.io.Stdout;
46 45
47 /** 46 /**
48 * A JFace window is an object that has no visual representation (no widgets) 47 * A JFace window is an object that has no visual representation (no widgets)
49 * until it is told to open. 48 * until it is told to open.