•  Back 
  •  XCONTROL Utility Functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileSl_dragx()
XCONTROL Utility Functions
Sl_dragy()                                                         XCONTROL

Syntax

VOID (*xcpb->Sl_dragx)( tree, base, slider, min, max, numvar, foo )
OBJECT *tree;
WORD base, slider, min, max;
WORD *numvar;
VOID (*foo)();

Function      Sl_dragy() is called by a CPX when a user clicks on the
              vertical slider 'elevator' of an 'active' slider.

Parameters    See Sl_dragx().

Binding       (*xcpb->Sl_dragy)( tree, base, slider, min, max, numvar, foo );

Comments      It is appropriate to change the shape of the mouse to
              FLAT_HAND while the user is dragging a slider.

See Also      Sl_dragx()

Group         XCONTROL Utility Functions