comparison dwt/widgets/Display.d @ 46:8015c460f713

Synchronizer
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 07:11:08 +0100
parents 787b5413b0ce
children f646579f309c
comparison
equal deleted inserted replaced
45:2618d7245bce 46:8015c460f713
44 import tango.stdc.string; 44 import tango.stdc.string;
45 import tango.stdc.stringz; 45 import tango.stdc.stringz;
46 import dwt.dwthelper.utils; 46 import dwt.dwthelper.utils;
47 import dwt.dwthelper.Runnable; 47 import dwt.dwthelper.Runnable;
48 48
49 import tango.core.Thread : Thread; 49 import tango.core.Thread;
50 50
51 /** 51 /**
52 * Instances of this class are responsible for managing the 52 * Instances of this class are responsible for managing the
53 * connection between SWT and the underlying operating 53 * connection between SWT and the underlying operating
54 * system. Their most important function is to implement 54 * system. Their most important function is to implement