Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 5 and Version 6 of Features

Show
Ignore:
Author:
doob (IP: 82.182.147.240)
Timestamp:
10/21/08 11:15:50 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Features

    v5 v6  
    77== Features from SWT == 
    88 
    9 SWT is a cross plattform widget toolkit. See the [http://de.wikipedia.org/wiki/Standard_Widget_Toolkit Wikipedia article] or the [http://www.eclipse.org/swt/ SWT homepage]. There is also a composition of many [http://www.eclipse.org/swt/widgets/ widget screenshots]. 
     9SWT is a cross plattform widget toolkit. See the [http://en.wikipedia.org/wiki/Standard_Widget_Toolkit Wikipedia article] or the [http://www.eclipse.org/swt/ SWT homepage]. There is also a composition of many [http://www.eclipse.org/swt/widgets/ widget screenshots]. 
    1010 
    1111 * native widgets as far as available on the platform: Button, Canvas, Caret, !ColorDialog, Combo, Composite, !CoolBar, !DateTime, Dialog, !DirectoryDialog, !ExpandBar, !FileDialog, !FontDialog, Group, IME, Label, Link, List, Menu, !MessageBox, !ProgressBar, Sash, Scale, !ScrollBar, Shell, Slider, Spinner, !TabFolder, Table, Text, !ToolBar, !ToolTip, Tracker, Tray, Tree 
    1818 * Printing support 
    1919 * OLE support (windows only) 
    20  * OpenGL can be embedded (needs Derelict
     20 * OpenGL can be embedded (needs [http://www.dsource.org/projects/derelict Derelict]
    2121 * Windows and Linux. Mac Cocoa port is work in progress. 
    2222 * Browser widget using Mozilla is work in progress.