class WEL_POINT General cluster: wel description: "Defines the x and y coordinates of a point." create: make_by_pointer, make_by_cursor_position, make Ancestors WEL_STRUCTURE* WEL_WINDOWS_ROUTINES Queries exists: BOOLEAN is_equal (other: [like Current] WEL_POINT): BOOLEAN item: POINTER shared: BOOLEAN Structure_size: INTEGER_32 window_at: WEL_WINDOW x: INTEGER_32 y: INTEGER_32 Commands client_to_screen (window: WEL_WINDOW) copy (other: [like Current] WEL_POINT) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) screen_to_client (window: WEL_WINDOW) set_cursor_position set_item (an_item: POINTER) set_shared set_unshared set_x (a_x: INTEGER_32) set_x_y (a_x, a_y: INTEGER_32) set_y (a_y: INTEGER_32)