BStringView¶
A BStringView
object draws a string that the user can neither select nor edit.
BStringView
objects are typically used as labels for your app’s UI. If you need to
present text that can be selected and/or edited, use a BTextView
object.