class
	DV_TITLED_WIDGET

General
	cluster: dataview
	description: "Text component with a title. Can be displayed vertically or horizontally"
	create: make_vertical_with_title, make_horizontal_with_title

Ancestors
	ANY

Queries
	box: DV_BOX
	field: EV_WIDGET
	is_horizontal: BOOLEAN
	is_vertical: BOOLEAN
	label: DV_LABEL

Commands
	change_field (new_field: EV_WIDGET)
	make_horizontal_with_title (txt: STRING_8)
	make_vertical_with_title (txt: STRING_8)