The Current Status of DQt

Etienne Cimon via Digitalmars-d digitalmars-d at puremagic.com
Thu May 8 06:42:25 PDT 2014


On 2014-05-08 02:09, Jacob Carlborg wrote:
> On 08/05/14 00:22, Etienne wrote:
>
>> Yes :
>>
>>   Label label3 =
>> new
>> Label(shell, SWT.NONE);
>> label3.setSize(100,20);
>> label3.setLocation(30,150);
>> label3.setBackground(
>> new
>> Color(display,200,111,50));
>> label3.setText(
>> "Speak no evil"
>> );
>
> Thanks, I'll have a look. Could you please report an issue here as well
> (I assume you're using Windows) :
>
> https://github.com/d-widget-toolkit/org.eclipse.swt.win32.win32.x86
>

Yes, I also added a pull request here: 
https://github.com/d-widget-toolkit/dwt/pull/13


More information about the Digitalmars-d mailing list