•  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-FileWIND_UPDATE(flag)

flag: iexp

This function coordinates all functions connected with screen redrawing, in
particular in combination with Pull-down Menus.

Returns 0 if an error occurred.

    flag - Function:
           0: Screen redraw completed                     END_UPDATE
           1: Screen redraw starting                      BEG_UPDATE
           2: Application relinquishes mouse supervision  END_MCTRL
           3: Application takes over mouse supervision    BEG_MCTRL
              GEM functions for menus and window handling are inactive.

wind_update()+