home *** CD-ROM | disk | FTP | other *** search
-
- $RCSfile: buttonclass.doc,v $
- Description: Buttonclass documentation.
- Copyright: (C) Copyright 1994 Jaba Development.
- (C) Copyright 1994 Jan van den Baard.
- All Rights Reserved.
-
- $Author: jaba $
- $Revision: 1.1 $
- $Date: 1994/07/04 21:05:30 $
- ------------------------------------------------------------------------------
-
- TABLE OF CONTENTS
-
- buttonclass/--background--
- buttonclass/Methods
- buttonclass/Attributes
-
- buttonclass/--background-- buttonclass/--background--
-
- NAME
- Class: buttonclass
- Superclass: baseclass
- Include File: <llibraries/bgui.h>
-
- FUNCTION
- To provide a gadget simular to the gadtools.library button kind. The
- gadget can either be a normal button or a toggle button. Vectorclass
- attributes can be passed at create time to add imagery to the gadget.
-
- The gadget will send the following attributes in it's notification
- events:
-
- GA_ID - Gadget object ID.
- GA_UserData - Gadget object userdata contents.
- GA_Selected - Gadget object selected state.
-
- Please note that the gadget will send out interim notification
- messages every single timer tick while the gadget is selected.
-
- buttonclass/Methods buttonclass/Methods
-
- NEW METHODS
- None.
-
- CHANGED METHODS
- None.
-
- buttonclass/Attributes buttonclass/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).
-