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.3 edit_cursor TOS Name: »Edit object cursor« - Edit cursor on/off. Opcode: 214 Syntax: int16_t edit_cursor ( OBJECT *tree, int16_t obj, int16_t whdl, int16_t show ); Description: Parameter Meaning tree RSC-tree of object obj Object index whdl Window handle or -1 show The cursor is switched on (show == 1), switched off (show == 0) or examined (show == -1). The call can be nested. Return value: Return value is the cursor-off counter. Availability: As of MagiC 5.20 by means of a shared library. Group: Editable object functions See Also: Binding