home *** CD-ROM | disk | FTP | other *** search
- GadgetSelect
- By
- Thomas C. DeVeau
- ----------------------------------------------
- This software is Public Domain.
-
- Note: All .o files in this archive were produced with Lattice 5.04 compiler.
- Manx users may need to modify sources to work with that compiler.
- Gadgets were created with PPB 1.8 Beta. PPB was written by Thomas C.
- DeVeau.
-
- Advertisement:
- For Image creation try PPB 1.01. PPB 1.01 allows the creation of
- images upto 640x400 (depending on available memory). Create IFF brushes
- or source code images. PPB is a Paint program and Image Editor.
- PPB 1.01 is Shareware. Available on Compuserve.
-
- Look for PPB 2.0 late 1990 - early 1991. PPB 2.0 is a Paint program
- that allows creation of IFF Brushes, Imges, Gadget Lists, AmigaBASIC
- Objects (ASCII and binary), Bobs, AnimObs, Binary images, NewWindow
- structures, and (maybe) Icons. PPB creates source for Assembly, C,
- and AmigaBASIC.
-
- --------------------------------------------------------------------------------
- Autodoc
-
- NAME
- GadgetSelect - Gadget MutualExclude function.
-
- SYNOPSIS
- GadgetSelect(window,gadlist,gadget,flag,comp)
- a0 a1 d0 d1 d2
-
- struct Window *window;
- struct GadList *gadlist;
- short gadget;
- ushort flag,comp;
-
- FUNCTION
- Allows the automatic toggling of a list of gadgets.
-
- INPUTS
- Window - pointer to controlling window.
- GadList - pointer to a GadList structure.
- gadget - short value of gadget is GadList to select.
- flag - Gadget flag GADGIMAGE or NULL.
- comp - Complement type: GADGHIMAGE, GADGHCOMP,
- GADHBOX or GADHNONE.
-
- RESULT
- None.
-
- BUGS
- None known.
-
-