DWT and all those projects
doob
doobnet at gmail.com
Mon Feb 4 14:12:38 PST 2008
Ty Tower wrote:
> Ok Frank
> I'm a complete newbie writing a program for myself and I want to use D and throw up a window with some tables and some buttons and panels and things
>
> So where do I get this DWT and how?Is there some documentation
> I don't understand how to get the source from mercurial !
For documentation you can use the SWT documentation
http://www.eclipse.org/swt/
Differences: drop org.eclipse. in the module names and change to dwt.
For example: org.eclipse.swt.widgets.Button becomes dwt.widgets.Button
and org.eclipse.swt.SWT becomes dwt.DWT
More information about the Digitalmars-d-dwt
mailing list