[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Text selection when clicking a widget
|
Not true ... otherwise this would be happening for free in SWT.
"Zsolt Koppany" <zsolt.koppany@xxxxxxxxxxx> wrote in message
news:pan.2003.07.08.05.01.17.303604@xxxxxxxxxxxxxx
> Hi,
>
> the standard MS-Windows Text widget (entry box) selects the whole context
> when the user clicks in it. How can I do the same with the SWT Text
> widget?
>
> I think users expect the same behaviour from SWT plugin widgets like the
> standard widgets.
>
> Zsolt