•  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_create()
wind_open()
wind_close()
wind_new()
Window Library
wind_delete()                                                           AES

Syntax

WORD wind_delete( handle )
WORD handle;

Function       wind_delete() destroys the specified window and releases
               any memory allocated for it.

Opcode         103 (0x67)

Availability   All AES versions.

Parameters     handle specifies the window handle of the window to
               destroy.

Binding        intin[0] = handle;

               return crys_if(0x67);

Return Value   wind_delete() returns 0 if an error occurred or non-zero
               otherwise.

Comments       A window should by closed with wind_close() before deleting
               it.

See Also       wind_create(), wind_open(), wind_close(), wind_new()

Group          Window Library