GUI Design (DWT) with XML

TomD t_demmer at nospam.web.de
Thu Mar 5 12:47:14 PST 2009


Hi,
I have uploaded xwt to 
http://demmer.kilu.de/Software/xwt_20090305.zip

This is an extensible library that parses the XML description
of a GUI. It is based on DWT, the SWT port to D, and Tango. In theory,
it should run unaltered on Win32 and Linux, and one day also on OSX.

The basic idea is to wrap all widgets into a class that implements a
configure method for each widget. During load of the XML tree, the
widget tree is built in parallel. 

I have included a couple of examples, so you get the idea.

Feedback&bug reports welcome.

Ciao
TomD


More information about the Digitalmars-d-announce mailing list