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

/haiku/src/kits/interface/
H A DTextView.cpp458 err = data->AddInt32("_sel", fSelStart);
591 if (fSelStart != fSelEnd && !fTrackingMouse->shiftDown && !multipleClick) {
593 GetTextRegion(fSelStart, fSelEnd, &region);
639 int32 offset = fSelStart;
640 if (fTrackingMouse->clickOffset > fSelStart)
787 if (fSelStart == fSelEnd)
795 if (fActive && (fEditable || fSelectable) && fSelStart == fSelEnd) {
990 if (fSelStart != fSelEnd && fSelectable) {
992 GetTextRegion(fSelStart, fSelEnd, &region);
1150 if (fSelStart !
3762 _DoInsertText(Text() + start, offset - start, fSelStart, NULL); local
[all...]
/haiku/headers/os/interface/
H A DTextView.h434 int32 fSelStart; member in class:BTextView

Completed in 40 milliseconds