home *** CD-ROM | disk | FTP | other *** search
-
- FNshell_AttachSliderHandler()
- => int window handle
- int background icon handle
- int slider icon handle
- int display icon handle
- int increment value icon handle
- int decrement value icon handle
- str function to call on value change
-
- <= int slider handle
-
- This routine returns a handle that can be used to refer
- to the slider in other routine calls, for example
- PROCshell_SliderSetValue.
-
- User FN (PROCshell_AttachSliderHandler)
- => int new value of slider
-
- <= int no meaning
-
- Called every time the value of the slider
- changes.
-
- --------------------------------------------------------
-
- PROCshell_SliderSetValue()
- => int slider handle
- int value (0-100)
-
- --------------------------------------------------------
-
- FNshell_SliderGetValue()
- => int slider handle
-
- <= int slider value
-
- --------------------------------------------------------