Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_TEXT_RANGE General cluster: wel description: "Specifies a range of characters in a rich edit control. Very similar to WEL_CHARACTER_RANGE except that it also includes a WEL_STRING for storing the text." create: make Ancestors WEL_STRUCTURE* Queries exists: BOOLEAN is_equal (other: [like Current] WEL_TEXT_RANGE): BOOLEAN item: POINTER range: WEL_CHARACTER_RANGE shared: BOOLEAN Structure_size: INTEGER_32 text: WEL_STRING Commands copy (other: [like Current] WEL_TEXT_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
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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