home *** CD-ROM | disk | FTP | other *** search
-
- File: sliderclass.doc
- Description: Sliderclass documentation.
- Copyright: (C) Copyright 1994-1995 Jaba Development.
- (C) Copyright 1994-1995 Jan van den Baard.
- All Rights Reserved.
-
- ------------------------------------------------------------------------------
-
- TABLE OF CONTENTS
-
- sliderclass/--background--
- sliderclass/Methods
- sliderclass/Attributes
-
- sliderclass/--background sliderclass/--background--
-
- NAME
- Class: sliderclass
- Superclass: baseclass
- Include File: <libraries/bgui.h>
-
- FUNCTION
- To provide a gadget simular to the gadtools.library it's slider kind.
- Objects of this class send out the following attribute pairs in their
- notification events:
-
- GA_ID - Gadget object ID.
- SLIDER_Level - Slider level.
-
- sliderclass/Methods sliderclass/Methods
-
- NEW METHODS
- None.
-
- CHANGED METHODS
- None.
-
- sliderclass/Attributes sliderclass/Attributes
-
- NOTE
- This class also supports the PGA_NewLook and PGA_Freedom attributes.
- Please refer to the system "propgclass" documentation for more
- informatiom on these attributes.
-
- NAME
- SLIDER_Min, SLIDER_Max -- ( LONG )
-
- FUNCTION
- Set the minimum and maximum slider level. Please note that these
- attributes hae been made settable since V39 of the library.
-
- Default 0 minimum and 15 maximum. Applicability is (ISU).
-
- SEE ALSO
- SLIDER_Level
-
- NAME
- SLIDER_Level -- ( LONG )
-
- FUNCTION
- Set or get the current slider level.
-
- Default is 0. Applicability is (ISGNU).
-
- SEE ALSO
- SLIDER_Min, SLIDER_Max
-
- NAME
- SLIDER_ThinFrame -- ( BOOL )
-
- FUNCTION
- To make all slider object framing appear as thin frames. This will
- help you to make an aspect-ratio dependant GUI.
-
- Default is FALSE. Applicability is (I).
-
- NAME
- SLIDER_XenFrame -- ( BOOL )
-
- FUNCTION
- To make all slider object framing appear as Xen style framing.
-
- Default is FALSE. Applicability is (I).
-