•  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.13  lbox_get_bvis                                             TOS

 Name:         »List box get number of visible items, Slider B« - 
               Obtain number of visible items (slider B).

 Opcode:       174 (sub-opcode 10)

 Syntax:       int16_t lbox_get_bvis ( LIST_BOX *box );

 Description:  The call lbox_get_bvis obtains the number of visible 
               items of a list box for slider B. The following 
               applies:

                Parameter  Meaning

                box        Pointer to the list box structure

 Return value: This function returns the number of visible items for 
               slider B.

 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