[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: TreeItem with no checkbos

If you choose to go down this path then the emulated
Tree/TreeItem/TreeColumn that are included in the motif jar would provide a
good starting point.

Grant

"Steve Northover" <steve_northover@xxxxxxxxxx> wrote in message
news:d8kqr4$muo$1@xxxxxxxxxxxxxxxxxxx
> > Have you got some clue as to whether this can be implemented in
Java-only,
> > without needing support from the SWT native library? I might take this
> task
> > upon myself in this case...
> >
>
> The operating system draws the check boxes.  You'd need to write your own
> tree.
>
>