deferred class
	EV_TEXT_ALIGNABLE

General
	cluster: interface
	description: "Objects that may have their text aligned to theleft, center or right."

Ancestors
	EV_TEXTABLE*

Queries
	data: ANY
	is_center_aligned: BOOLEAN
	is_destroyed: BOOLEAN
	is_left_aligned: BOOLEAN
	is_right_aligned: BOOLEAN
	text: STRING_32
	text_alignment: INTEGER_32

Commands
	align_text_center
	align_text_left
	align_text_right
	copy (other: [like Current] EV_TEXT_ALIGNABLE)
	destroy
	remove_text
	set_data (some_data: [like data] ANY)
	set_text (a_text: STRING_GENERAL)

Constraints
	valid alignment