•  Back 
  •  Window Library 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filewind_delete()
graf_mouse()
wind_update()
Window Library
wind_new()                                                              AES

Syntax

WORD wind_new( VOID )

Function       wind_new() closes and deletes all of the application's
               windows. In addition, the state of wind_update(), and the
               mouse pointer hide count is reset.

Opcode         109 (0x6D)

Availability   Available as of AES version 0x0140.

Binding        return crys_if(0x6D);

Return Value   The return value is reserved and currently unused

Comments       This function should not be relied upon to clean up after
               an application. It was designed for parent processes that
               wish to ensure that a poorly written child process has
               properly cleaned up after itself.

See Also       wind_delete(), graf_mouse(), wind_update()

Group          Window Library