The Current Status of DQt
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 7 23:09:55 PDT 2014
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
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list