NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets button.h checkbox.h chooser.h clicktab.h colorwheel.i / .h datebrowser.h fuelgauge.h getfile.h getfont.h getscreenmode.h gradientslider.i / .h integer.h layout.h listbrowser.h page.h palette.h radiobutton.h scroller.h slider.h space.h speedbar.h string.h tapedeck.i / .h texteditor.h virtual.h graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND GADGETS_GRADIENTSLIDER_I GADGETS_GRADIENTSLIDER_I SET 1 ** $VER: gradientslider.i 44.1 (19.10.1999) ** Includes Release 45.1 ** ** Definitions for the gradientslider BOOPSI class ** ** (C) Copyright 1987-2001 Amiga, Inc. ** All Rights Reserved ;--------------------------------------------------------------------------- IFND UTILITY_TAGITEM_I INCLUDE "utility/tagitem.i" ENDC ;--------------------------------------------------------------------------- GRAD_Dummy equ (TAG_USER+$05000000) GRAD_MaxVal equ (GRAD_Dummy+1) ; max value of slider GRAD_CurVal equ (GRAD_Dummy+2) ; current value of slider GRAD_SkipVal equ (GRAD_Dummy+3) ; "body click" move amount GRAD_KnobPixels equ (GRAD_Dummy+4) ; size of knob in pixels GRAD_PenArray equ (GRAD_Dummy+5) ; pen colors */ ;--------------------------------------------------------------------------- ENDC ; GADGETS_GRADIENTSLIDER_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |