•  Back 
  •  Editable object functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.15  edit_open                                                  TOS

 Name:         »Edit Object Open« - Open editable object

 Opcode:       211

 Syntax:       int16_t edit_open ( OBJECT *tree, int16_t obj );

 Description:  The call edit_open opens an editable object. The 
               following apply:

                Parameter  Meaning

                tree       RSC-tree of object
                obj        Object index

               The number of lines and columns of text visible for the 
               object size is calculated, and corresponding pointers 
               are created. Memory is then requested for it.

 Return value: The function returns the value 1 on successfull 
               execution, else the value 0 in case of error.

 Availability: As of MagiC 5.20 by means of a shared library.

 Group:        Editable object functions

 See Also:     Binding