Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] How do you remove trim from SWT_AWT Shell

Hi All,

Is there anyway to remove the trim from an SWT_AWT Shell?

shell = SWT_AWT.new_Shell(display, canvas);

There is no options to set the style to SWT_NOTRIM.  Right now i have a 4 pixel border around the entire shell.

Thanks,

J
 		 	   		  

Back to the top