•  Back 
  •  AES structures 
  •  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.22.22  MENU                                                      TOS

typedef struct
{
    OBJECT  *mn_tree;    /* The object tree of the menu             */
    int16_t mn_menu;     /* The parent object of the menu items     */
    int16_t mn_item;     /* The starting menu item                  */
    int16_t mn_scroll;   /* The scroll field status of the menu:    */
                         /*  0  - The menu will not scroll          */
                         /*  >0 - The menu will scroll              */
    int16_t mn_keystate; /* The [CTRL], [ALT], [SHIFT] key state at */
                         /* the time the mouse button was pressed   */
} MENU;

See Also: About the AES   menu_attach   menu_popup