Searched refs:fPostText (Results 1 – 2 of 2) sorted by relevance
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length()); in ListItem()312 if (fPostText.Length()) { in DrawItem()313 w = owner->StringWidth(fPostText.String()); in DrawItem()318 owner->DrawString(fPostText.String(), BPoint(xPos, yPos)); in DrawItem()
77 BString fPostText; variable