SelectionFrame
frame = SelectionFrame(focus, fStart, fEnd);
frame = SelectionFrame(focus, first, last);
BRect frame = SelectionFrame(fFocus, fStart, fStart);
BRect frame = SelectionFrame(fFocus, fStart, fStart);
BRect firstLine = SelectionFrame(which, first + start, end);
block = SelectionFrame(which, first, last - 1);
lastLine = SelectionFrame(which, last, last + end);
FillRect(SelectionFrame(which, first + start, end));
FillRect(SelectionFrame(which, first, last - 1));
FillRect(SelectionFrame(which, last, last + end));
BRect rect = SelectionFrame(fFocus, start, end);
rect = SelectionFrame(fFocus == kHexFocus ? kAsciiFocus : kHexFocus, start, end);
BRect frame = SelectionFrame(fFocus, position, position);
BRect SelectionFrame(view_focus which, int32 start,