Standard GUI framework inspired by Qt

via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 7 08:30:27 PST 2015


On Saturday, 7 March 2015 at 09:27:42 UTC, ketmar wrote:
> On Fri, 06 Mar 2015 18:55:31 +0000, Ola Fosheim Grøstad wrote:
>
>> On Friday, 6 March 2015 at 17:03:51 UTC, ketmar wrote:
>>> but i like it's core simplicity (oh, no, full xorg is a beast,
>>> especially with
>> 
>> Opening a simple window with nothing on it in a portable and 
>> compliant
>> manner using xlib is at least 800 lines of code...
>> Simple!
>
> ahem...

You are cheating. You first have to find the optimal visual using 
XGetVisualInfo. You need to create an appropriate colormap. You 
need to set WM hints using XSetWMProperties. And so on...


More information about the Digitalmars-d mailing list