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

/haiku/src/kits/interface/
H A DTextView.cpp460 err = data->AddInt32("_sel", fSelEnd);
591 if (fSelStart != fSelEnd && !fTrackingMouse->shiftDown && !multipleClick) {
593 GetTextRegion(fSelStart, fSelEnd, &region);
641 offset = fSelEnd;
787 if (fSelStart == fSelEnd)
795 if (fActive && (fEditable || fSelectable) && fSelStart == fSelEnd) {
990 if (fSelStart != fSelEnd && fSelectable) {
992 GetTextRegion(fSelStart, fSelEnd, &region);
1150 if (fSelStart != fSelEnd) {
1152 Highlight(fSelStart, fSelEnd);
[all...]
/haiku/headers/os/interface/
H A DTextView.h435 int32 fSelEnd; member in class:BTextView

Completed in 39 milliseconds