next version of DWT?

Frank Benoit keinfarbton at googlemail.com
Sat Apr 28 18:39:36 PDT 2007


Frank Benoit schrieb:
> Probably the char[] vs. String issue will go away.
> I am working on it.

With revision 324 it went away. Actually the SWT has helper methods for
all public methods, that contain an String and/or array argument and/or
return value.
Those are marked with the starting "dh_" name, which stands for "D Helper".

example: Button has now
void setText( String str );
void dh_setText( char[] str );


More information about the Digitalmars-d-dwt mailing list