Home
last modified time | relevance | path

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

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