Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.6.20 edit_set_cursor TOS Name: »Edit Object Set Cursor« - Alter settings: Absolute positioning of cursor Opcode: 217 (sub-opcode 4) Syntax: void edit_set_cursor ( OBJECT *tree, int16_t obj, int8_t *cursorpos ); Description: The call edit_set_cursor sets the absolute position of the cursor in an editable object. The following apply: Parameter Meaning tree Object tree obj Object index cursorpos Absolute cursor position Return value: The function does not return a result. Availability: As of MagiC 5.20 by means of a shared library. Group: Editable object functions See Also: Binding