class
	EV_TABLE_CHILD_IMP

General
	cluster: implementation_mswin
	description: "EiffelVision table child. Used only on windows implementation. This object is a link between a table and one of its child. Each child of a table is store in a table_child."
	create: make

Ancestors
	ANY

Queries
	bottom_attachment: INTEGER_32
	left_attachment: INTEGER_32
	right_attachment: INTEGER_32
	table: EV_TABLE_IMP
	top_attachment: INTEGER_32
	widget: EV_WIDGET_IMP

Commands
	make (a_widget: EV_WIDGET_IMP; parent: EV_TABLE_IMP)
	set_attachment (top, left, bottom, right: INTEGER_32)

Constraints
	valid parent
	parent exists
	valid widget
	widget exists
	good horizontal order
	good vertical order