Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_CHARACTER_RANGE General cluster: wel description: "Specifies a range of characters in a rich edit control." create: make, make_by_pointer, make_empty Ancestors WEL_STRUCTURE* Queries exists: BOOLEAN is_equal (other: [like Current] WEL_CHARACTER_RANGE): BOOLEAN item: POINTER maximum: INTEGER_32 minimum: INTEGER_32 shared: BOOLEAN Structure_size: INTEGER_32 Commands copy (other: [like Current] WEL_CHARACTER_RANGE) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_range (a_minimum, a_maximum: INTEGER_32) set_shared set_unshared update_with_rich_edit (a_rich_edit: WEL_RICH_EDIT)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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