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.2 edit_create TOS Name: »Edit Object Create« - Create editable object Opcode: 210 Syntax: void *edit_create ( void ) Description: The call edit_create creates a corresponding descriptor (memory is reserved), but the editor will not be opened yet. One can now alter several settings with one of the edit_set_xxx functions. The default settings are: System font, 10 pt Black on white No line wrap Tabulator width 64 pixels Return value: Returns a descriptor for any further actions, or NULL if an error has occurred (not enough memory). The descriptor must be entered as ob_spec into the object. Availability: As of MagiC 5.20 by means of a shared library. Group: Editable object functions See Also: Binding