What keeps you from using gtkd or dlangui

Jay Norwood via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 9 09:53:12 PDT 2015


On Monday, 5 October 2015 at 16:35:39 UTC, Russel Winder wrote:
> As far as I am aware SWT is only used in Eclipse.

Eclipse can be used to create light-weight RCP apps which include 
SWT.

For example, at work we've used swt-xy-graph in some light-weight 
apps.  There is also a light-weight swtchart program that was 
easy to use.

https://code.google.com/p/swt-xy-graph/
http://www.swtchart.org/doc/index.html

The D Poseidon IDE app is a nice example of use of an early 
version of DWT.  Very light-weight, and looks a lot like earlier 
versions of eclipse (3.x'ish).

http://www.dsource.org/projects/poseidon

The current eclipse IDE gui provides a way to manipulate the 
window layout by modifying emf models of the IDE.



More information about the Digitalmars-d mailing list