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-File9.1.3.13 Sl_dragy TOS Name: »Sl_dragy« - Slider drag movement (vertical). Declaration VOID cdecl (*Sl_dragy) (OBJECT *tree, int16_t base, int16_t slider, int16_t min, int16_t max, int16_t *value, VOID (*foo) (VOID)); Description The call Sl_dragy manages the movement of the vertical slider. The following apply: Parameter Meaning tree Address of the object tree base Base object (index of slider 'track') slider Slider (child of the base object) min Minimum value that can be accepted max Maximum value that can be accepted value Address for current value foo Address of a function, as for Sl_y Return value: The function does not return a result. Group: XCONTROL functions See also: Sl_dragx XCONTROL