Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.9.8 wind_new TOS Name: »New window« - Close all windows. Opcode: 109 Syntax: void wind_new ( void ); Description: The call wind_new closes and deletes all windows, and resets the blocks set with wind_update as well as the mouse pointer 'hide' count. Note about MagiC: Here the function is applied as a global and comprehensive clean-up function for an application, and also deletes its update requests, windows, menus etc. Other applications will never be impaired. Return value: The function does not provide a return. Availability: Since AES version 1.4 Group: Window library See Also: Binding wind_create wind_close wind_update