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.15 Sl_x TOS Name: »Sl_x« - Positions a slider (horizontal). Declaration VOID cdecl (*Sl_x) (OBJECT *tree, int16_t base, int16_t slider, int16_t value, int16_t min, int16_t max, VOID (*foo) (VOID)); Description The call Sl_x positions the slider within a base object in the horizontal direction. 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) value New value that the slider should represent min Minimum that value may accept max Maximum that value may accept foo Address of a function (or NULL), which is called simultaneously with slider re- positioning; this permits slider movements to be used also to alter displayed values Return value: The function does not return a result. Group: XCONTROL functions See also: Sl_y XCONTROL