GUI libraries

thedeemon dlang at thedeemon.com
Fri Nov 29 09:08:23 PST 2013


On Thursday, 28 November 2013 at 20:55:02 UTC, Xavier Bigand 
wrote:
> What is native on windows ?
>  - Win32
>  - Winforms
>  - Qt Widgets (that is near Win32)?

I would say Win32. Winforms is mostly a thin wrapper over Win32.
However things get more complicated if you take into account WPF 
(completely new written from scratch UI library which makes your 
app look a bit different and start in just 25 seconds ;) ) and 
Win 8 Metro UI, again based on different mechanisms and having 
completely different look and feel.


More information about the Digitalmars-d mailing list