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.15 lbox_get_item TOS Name: »List box get item« - Return pointer to n-th item. Opcode: 174 (sub-opcode 7) Syntax: LBOX_ITEM *lbox_get_item ( LIST_BOX *box, int16_t n ); Description: The call lbox_get_item returns a pointer to the n-th item of the list box. The following apply: Parameter Meaning box Pointer to the list box structure n Index of the items Return value: TThe function returns the pointer to item n, or NULL if this is not found. Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: List boxes See Also: Binding lbox_get_first lbox_get_idx