Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_WINDOW_PLACEMENT General cluster: wel description: "Contains information about the placement of a window on the screen." create: make Ancestors WEL_STRUCTURE* Queries exists: BOOLEAN flags: INTEGER_32 is_equal (other: [like Current] WEL_WINDOW_PLACEMENT): BOOLEAN item: POINTER maximum_position: WEL_POINT minimum_position: WEL_POINT normal_position: WEL_RECT shared: BOOLEAN show_command: INTEGER_32 Structure_size: INTEGER_32 Commands copy (other: [like Current] WEL_WINDOW_PLACEMENT) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_flags (a_flags: INTEGER_32) set_item (an_item: POINTER) set_maximum_position (a_point: WEL_POINT) set_minimum_position (a_point: WEL_POINT) set_normal_position (a_rect: WEL_RECT) set_shared set_show_command (a_show_command: INTEGER_32) set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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