[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Borders around Widgets
|
If you want anything other than what the SWT.BORDER style bit gives you, you
need to wrap the control within a composite, and paint the border yourself.
See CTabFolder for an example.
"George Hetrick" <hetrick@xxxxxxx> wrote in message
news:b821gk$5tu$1@xxxxxxxxxxxxxxxx
> How do you specify borders in SWT (such as etched borders and beveled
> borders)? I'm familiar with the approach in Swing, but don't see any
> mention of borders in SWT.
>