class WEL_WINDOW_POS General cluster: wel description: "Contains information about the size and position of a window." create: make_by_pointer, make Ancestors WEL_HWND_CONSTANTS WEL_STRUCTURE* WEL_WINDOWS_ROUTINES Queries exists: BOOLEAN flags: INTEGER_32 height: INTEGER_32 hwindow_insert_after: POINTER is_equal (other: [like Current] WEL_WINDOW_POS): BOOLEAN item: POINTER shared: BOOLEAN Structure_size: INTEGER_32 width: INTEGER_32 window: WEL_WINDOW window_insert_after: WEL_WINDOW x: INTEGER_32 y: INTEGER_32 Commands copy (other: [like Current] WEL_WINDOW_POS) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_bottom set_flags (a_flags: INTEGER_32) set_height (a_height: INTEGER_32) set_hwindow_insert_after (a_window: POINTER) set_item (an_item: POINTER) set_no_topmost set_shared set_top set_topmost set_unshared set_width (a_width: INTEGER_32) set_window (a_window: WEL_WINDOW) set_window_insert_after (a_window: WEL_WINDOW) set_x (a_x: INTEGER_32) set_y (a_y: INTEGER_32)