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.12 Sl_dragx TOS Name: »Sl_dragx« - Slider drag movement (horizontal). Declaration VOID cdecl (*Sl_dragx) (OBJECT *tree, int16_t base, int16_t slider, int16_t min, int16_t max, int16_t *value, VOID (*foo) (VOID)); Description The call Sl_dragx manages the movement of the horizontal 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_x Return value: The function does not return a result. Group: XCONTROL functions See also: Sl_dragy XCONTROL