comparison dwt/widgets/Display.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 07e8963537b7
children ab60f3309436
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
46 import dwt.widgets.TrayItem; 46 import dwt.widgets.TrayItem;
47 47
48 import dwt.dwthelper.utils; 48 import dwt.dwthelper.utils;
49 import dwt.dwthelper.Runnable; 49 import dwt.dwthelper.Runnable;
50 import dwt.dwthelper.System; 50 import dwt.dwthelper.System;
51 import dwt.dwthelper.Integer;
52 import tango.core.Thread; 51 import tango.core.Thread;
53 import tango.stdc.stringz; 52 import tango.stdc.stringz;
54 import tango.util.Convert; 53 import tango.util.Convert;
55 static import tango.text.convert.Utf; 54 static import tango.text.convert.Utf;
56 static import tango.text.Text; 55 static import tango.text.Text;
2488 * This method is called after <code>create</code>. 2487 * This method is called after <code>create</code>.
2489 * </p> 2488 * </p>
2490 * 2489 *
2491 * @see #create 2490 * @see #create
2492 */ 2491 */
2493 override protected void init () { 2492 override protected void init_ () {
2494 super.init (); 2493 super.init_ ();
2495 2494
2496 /* Create the callbacks */ 2495 /* Create the callbacks */
2497 //windowCallback = new Callback (this, "windowProc", 4); //$NON-NLS-1$ 2496 //windowCallback = new Callback (this, "windowProc", 4); //$NON-NLS-1$
2498 //windowProc_ = windowCallback.getAddress (); 2497 //windowProc_ = windowCallback.getAddress ();
2499 //if (windowProc_ is 0) error (DWT.ERROR_NO_MORE_CALLBACKS); 2498 //if (windowProc_ is 0) error (DWT.ERROR_NO_MORE_CALLBACKS);