Ideas for a brand new widget toolkit

Jacob Carlborg doob at me.com
Tue Aug 20 00:15:37 PDT 2013


On 2013-08-19 23:01, Ramon wrote:

> - Whatever we come up with should use native controls where existing and
> otherwise simulate them using other more basic native controls.
> This sounds ugly, can, however, actually be a major chance and
> interesting approach.

If native controls are used then the first step is make sure we have 
proper and easy to use bindings to these. For example, it's a PITA to 
access Objective-C frameworks (needed for Mac OS X) form D. So we need this:

http://michelf.ca/projects/d-objc/syntax/

Most up to date code: https://github.com/jacob-carlborg/dmd/tree/d-objc

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list