Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_MIN_MAX_INFO General cluster: wel description: "Contains information about a window's maximized size and position and its minimum and maximum tracking size." create: make, make_by_pointer Ancestors WEL_STRUCTURE* Queries exists: BOOLEAN is_equal (other: [like Current] WEL_MIN_MAX_INFO): BOOLEAN item: POINTER max_position: WEL_POINT max_size: WEL_POINT max_track_size: WEL_POINT min_track_size: WEL_POINT shared: BOOLEAN Structure_size: INTEGER_32 Commands copy (other: [like Current] WEL_MIN_MAX_INFO) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_max_position (point: [like max_position] WEL_POINT) set_max_size (point: [like max_size] WEL_POINT) set_max_track_size (point: [like max_track_size] WEL_POINT) set_min_track_size (point: [like min_track_size] WEL_POINT) set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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