[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: keeping buttons off of tab groups?
|
Composite.setTabList(...) should help you here.
"Pierce Krouse" <pkrouse@xxxxxxxxxxxxx> wrote in message
news:cnjr9n$8pr$1@xxxxxxxxxxxxxxxxxx
> I've googled this to no avail. I have a couple of buttons in my dialog
> that perform somewhat drastic actions. Therefore I do not want the user
> to be able to tab to them to minimize the chance of them being
> accidentally selected. How do you knock buttons off the tab group? I am
> not sure tab group is the right term, but I am referring to the group of
> controls that get selected when the user hits the tab key.
>
> --PK
>