view doc-strings.txt @ 47:f646579f309c

Tray, Tooltip, TrayItem, Item
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jan 2008 08:34:26 +0100
parents 088b30eabff3
children
line wrap: on
line source

the dwt uses char[] as string, as usual in d applications.

swt and Java are using the String class which uses java-chars as storage, which is in D the wchar type.

Special care must be take not confuse them while porting

  Java     D
 ======    =========
 String    char[]
 char      wchar
 byte      char/byte