Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_POINTER_STYLE General cluster: interface description: "Apearance of a screen pointer cursor, typically moved by a mouse. EV_POINTER_STYLE works better than EV_CURSOR on Windows platforms. It support high-depth color cursor (such as when using remote desktop), but EV_CURSOR can't. For Unix platforms, they are almost the same." keywords: mouse, pointer, cursor, arrow create: default_create, make_predefined, make_with_pixel_buffer, make_with_pixmap Ancestors EV_ANY* Queries data: detachable ANY height: INTEGER_32 implementation: EV_POINTER_STYLE_I is_destroyed: BOOLEAN is_equal (other: [like Current] EV_POINTER_STYLE): BOOLEAN width: INTEGER_32 x_hotspot: INTEGER_32 y_hotspot: INTEGER_32 Commands copy (other: [like Current] EV_POINTER_STYLE) create_implementation create_interface_objects destroy set_data (some_data: [like data] detachable ANY) set_x_hotspot (a_x: INTEGER_32) set_y_hotspot (a_y: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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