TextWidth
int32 textWidth = TextWidth(text);
float textWidth = (widget != NULL ? widget->TextWidth(poseView) + 4 : 0);
float TextWidth(const BPoseView*) const;