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.9 edit_get_dirty TOS Name: »Edit Object Get Dirtyflag« - Examine settings: Dirty flag Opcode: 216 (sub-opcode 7) Syntax: int16_t edit_get_dirty ( OBJECT *tree, int16_t obj ); Description: The call edit_get_dirty lets one ascertain whether the text was altered in the meantime. The flag can be cleared again with edit_set_dirty or edit_set_buf. The following apply: Parameter Meaning tree RSC-tree of object obj Object index Return value: The function returns the value 1 if the text was changed else 0. Availability: As of MagiC 5.20 by means of a shared library. Group: Editable object functions See Also: Binding