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