[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to obtain cursor position in Text control

Nuno wrote:
Hi,

I need to obtain the cursor position from my SWT Text control (not the mouse cursor, the text cursor).

Is there any functionality to give what i want in SWT Text control?

Um, did you not see Text.getCaretPosition() ?

Eric