•  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_new

This function closes and deletes all of the application's windows. In addition,
the state of WIND_UPDATE(), and the mouse pointer hide count is reset. This
call should only be used to clean up after a fatal error.

Return value is not used.

Note: Please refer to AES documentation for proper use.

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

FUNCTION wind_new
  $F%
  GCONTRL(0)=109
  GCONTRL(1)=0
  GCONTRL(2)=1
  GCONTRL(3)=0
  GCONTRL(4)=0
  GEMSYS
  RETURN GINTOUT(0)
ENDFUNC

wind_new()+