[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Spacing on SashForm

You can set the width of all sashes in a SashForm with its public field
SASH_WIDTH (I know, public fields as api are easy to miss).

Grant

"Eric Rizzo" <eclipse-news@xxxxxxxxxxxx> wrote in message
news:fpd4hi$18r$4@xxxxxxxxxxxxxxxxxxxx
> Either I'm blind or there is what I would consider a glaring omission
> from the API of SashForm. How can I specify the spacing between the
> children of a SashForm?
>
> TIA,
> Eric