BStringItemΒΆ
A BStringItem
is a container for text that you want to display
as an item in a BListView
. To use a BStringItem
,
you construct it, set its text (either in the constructor or through
SetText()
) and then add it to a
BListView
object.