•  Back 
  •  List boxes 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.14.8  lbox_free_list                                             TOS

 Name:         »List box free item list« - Release items list.

 Opcode:       175 (sub-opcode 3)

 Syntax:       void lbox_free_list ( LBOX_ITEM *items );

 Description:  The call lbox_free_list releases the memory used for 
               the items of the list box. The following applies:

                Parameter  Meaning

                items      Pointer to linked list with LBOX_ITEM

               Hint: This functions works exactly the same as 
               lbox_free_items. In contrast to that however 
               lbox_free_list is called with the pointer on the first 
               LBOX_ITEM of the list.

 Return value: The function does not return a result.

 Availability: The presence of this call should be checked for using 
               appl_getinfo (Opcode 7).

 Group:        List boxes

 See Also:     Binding   lbox_free_items   lbox_delete