Searched refs:selectionFinish (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1782 int32 selectionStart, selectionFinish; local
1783 fTextView->GetSelection(&selectionStart, &selectionFinish);
1785 int32 selectionLength = selectionFinish- selectionStart;

Completed in 56 milliseconds