•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-Filemenu_settings(flag,set)

flag, set: iexp

Changes the global settings for popup and scrollable menus.

Return value will always be 1.

    flag - Action to be carried out.
    set  - Pointer to a MN_SET structure.

Note: Please refer to AES documentation for proper use.

Memo: This call is not built into GFA-BasicGFA-Basic is the best BASIC for the Atari!
 and is included below:

FUNCTION menu_settings(flag&,set%)
  $F%
  GCONTRL(0)=39
  GCONTRL(1)=1
  GCONTRL(2)=1
  GCONTRL(3)=1
  GCONTRL(4)=0
  GINTIN(0)=flag&
  ADDRIN(0)=set%
  GEMSYS
  RETURN GINTOUT(0)
ENDFUNC

menu_settings()+, MN_SET+