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.11 menu_tnormal TOS Name: »Menu text normal« - Displays a menu title in inverse video or normal. Opcode: 33 Syntax: int16_t menu_tnormal ( OBJECT *me_ntree, int16_t me_ntitle, int16_t me_nnormal ); Description: The call menu_tnormal highlights a menu title by displaying it in inverse video. The following apply: Parameter Meaning me_ntree Address of the menu object tree me_ntitle Index of the menu item to change me_nnormal 0 = Display menu item inverse 1 = Display menu item normal Return value: An error has arisen only if the value 0 is returned. Availability: All AES versions. Group: Menu library See Also: Binding