•  Back 
  •  Menu library 
  •  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.15.9  menu_settings                                              TOS

 Name:         »Menu settings« - Set or inquire popup/submenu 
               parameters.

 Opcode:       39

 Syntax:       int16_t menu_settings ( int16_t me_flag, MN_SET 
               *me_values );

 Description:  The call menu_settings enables manipulation of the 
               global parameters for popups and for submenus. The 
               following apply:

                Parameter  Meaning

                me_flag    Parameter
                            0  =  Inquire current settings 
                            1  =  Set current settings from MN_SET 

                me_values  Pointer to MN_SET structure

               Note: The settings made with this function apply not 
               just for the calling program, but for the whole system. 
               For this reason this call should not be used by normal 
               application programs but only in configuration programs 
               (such as CPX modules, for instance).

 Return value: The function always returns the value 1.

 Availability: This function is available only with AES versions 3.30 
               and above.

               The presence of this function can be ascertained with a 
               call of appl_getinfo (opcode 9).

 Group:        Menu library

 See Also:     Binding   menu_popup   XMEN_MGR