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.18 lbox_get_slct_item TOS Name: »List box get selected item« - Return pointer to first selected item. Opcode: 174 (sub-opcode 8) Syntax: LBOX_ITEM *lbox_get_slct_item ( LIST_BOX *box ); Description: The call lbox_get_slct_item obtains a pointer to the first selected item of a list box. The following applies: Parameter Meaning box Pointer to the list box structure Return value: The function returns the pointer to the first selected item, or NULL if none is selected. Availability: The presence of this call should be checked for using appl_getinfo (Opcode 7). Group: List boxes See Also: Binding lbox_get_slct_idx