comparison dwt/internal/Callback.d @ 15:2952d5604c0a

Ported some widgets, added some stuff to the runtime bindings
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 29 Aug 2008 21:46:05 +0200
parents f565d3a95c0a
children
comparison
equal deleted inserted replaced
14:762fbe6f17d3 15:2952d5604c0a
11 * Port to the D programming language: 11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com> 12 * Jacob Carlborg <jacob.carlborg@gmail.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.internal.Callback; 14 module dwt.internal.Callback;
15 15
16 import dwt.dwthelper.utils; 16
17 import dwt.internal.C; 17 import dwt.internal.C;
18 import c = dwt.internal.c.callback;
19 18
20 /** 19 /**
21 * Instances of this class represent entry points into Java 20 * Instances of this class represent entry points into Java
22 * which can be invoked from operating system level callback 21 * which can be invoked from operating system level callback
23 * routines. 22 * routines.