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.15.4 menu_icheck TOS Name: »Menu indicate check« - Set or clear check mark (tick) in menu options. Opcode: 31 Syntax: int16_t menu_icheck ( OBJECT *me_ctree, int16_t me_citem, int16_t me_ccheck ); Description: The call menu_icheck sets or removes a check mark (tick) before a menu entry. The following apply: Parameter Meaning me_ctree Address of the menu object tree me_citem Index of the menu entry me_ccheck 0 = Clear tick 1 = Set tick Note: For appearance's sake, every entry of a menu should start with two space characters. From PC-GEM 2.0 onwards, small triangles instead of a tick are used for this purpose. Return value: The value 0 indicates that an error has arisen. Availability: All AES versions. Group: Menu library See Also: Binding OBJECT