home *** CD-ROM | disk | FTP | other *** search
-
- File: checkboxclass.doc
- Description: Checkboxclass documentation.
- Copyright: (C) Copyright 1994 Jaba Development.
- (C) Copyright 1994 Jan van den Baard.
- All Rights Reserved.
-
- ------------------------------------------------------------------------------
-
- TABLE OF CONTENTS
-
- checkboxclass/--background--
- checkboxclass/Methods
- checkboxclass/Attributes
-
- checkboxclass/--background-- checkboxclass/--background--
-
- NAME
- Class: checkboxclass
- Superclass: baseclass
- Include File: <libraries/bgui.h>
-
- FUNCTION
-
- To provide a gadget simular to the gadtools.library it's checkbox kind.
- Objects of this class will send the following attribute pairs in it's
- notification events.
-
- GA_ID - Gadget object ID.
- GA_Selected - Gadget object selected state.
-
- checkboxclass/Methods checkboxclass/Methods
-
- NEW METHODS
- None.
-
- CHANGED METHODS
- None.
-
- checkboxclass/Attributes checkboxclass/Attributes
-
- NAME
- GA_Selected - ( BOOL )
-
- FUNCTION
- This attributes has an extended applicability. It has been made
- get-able to make it easy to inquire about the selected state of an
- object.
-
- Default is FALSE. Applicability is (ISGNU).
-