Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_GRID_LABEL_ITEM_LAYOUT General cluster: interface description: "Objects that permit custom positioning of a text and pixmap within an EV_GRID_LABEL_ITEM. You may not create these objects. To use, connect an agent to layout_procedure of EV_GRID_LABEL_ITEM and an instance of this class is passed as an argument when the action sequence is fired. Fill in the attributes as required and the text and pixmap of the EV_GRID_LABEL_ITEM are positioned accordingly. All coordinates are 0 based." create: default_create Ancestors ANY Queries available_text_width: INTEGER_32 checkbox_x: INTEGER_32 checkbox_y: INTEGER_32 has_text_pixmap_overlapping: BOOLEAN pixmap_x: INTEGER_32 pixmap_y: INTEGER_32 text_x: INTEGER_32 text_y: INTEGER_32 Commands set_available_text_width (a_width: INTEGER_32) set_checkbox_x (a_x: INTEGER_32) set_checkbox_y (a_y: INTEGER_32) set_has_text_pixmap_overlapping (v: [like has_text_pixmap_overlapping] BOOLEAN) set_pixmap_x (a_x: INTEGER_32) set_pixmap_y (a_y: INTEGER_32) set_text_x (a_x: INTEGER_32) set_text_y (a_y: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org