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.24 lbox_set_items TOS Name: »List box set new item list« - Sets new items list for the list box. Opcode: 175 (sub-opcode 1) Syntax: void lbox_set_items ( LIST_BOX *box, LBOX_ITEM *items ); Description: The call lbox_set_items sets a new list with list box items. The following apply: Parameter Meaning box Pointer to the list box structure items Pointer to the new list of items, or NULL Hint: The old list must first be freed with lbox_free_items. The pointer items can also be 0L if the list box is empty and contains no entries. Return value: This 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_cnt_items