home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / GadgetSelect / gadsel.doc < prev    next >
Text File  |  1990-08-31  |  2KB  |  56 lines

  1.                 GadgetSelect
  2.                          By 
  3.                   Thomas C. DeVeau
  4.         ----------------------------------------------
  5.             This software is Public Domain.
  6.  
  7. Note: All .o files in this archive were produced with Lattice 5.04 compiler.
  8.       Manx users may need to modify sources to work with that compiler.
  9.       Gadgets were created with PPB 1.8 Beta. PPB was written by Thomas C. 
  10.       DeVeau. 
  11.  
  12. Advertisement:
  13.     For Image creation try PPB 1.01. PPB 1.01 allows the creation of
  14.     images upto 640x400 (depending on available memory). Create IFF brushes
  15.     or source code images. PPB is a Paint program and Image Editor. 
  16.     PPB 1.01 is Shareware. Available on Compuserve.
  17.  
  18.     Look for PPB 2.0 late 1990 - early 1991. PPB 2.0 is a Paint program
  19.     that allows creation of IFF Brushes, Imges, Gadget Lists, AmigaBASIC 
  20.     Objects (ASCII and binary), Bobs, AnimObs, Binary images, NewWindow
  21.     structures, and (maybe) Icons. PPB creates source for Assembly, C,
  22.     and AmigaBASIC.
  23.  
  24. --------------------------------------------------------------------------------
  25.                   Autodoc
  26.  
  27. NAME
  28.     GadgetSelect - Gadget MutualExclude function.
  29.  
  30. SYNOPSIS
  31.     GadgetSelect(window,gadlist,gadget,flag,comp)
  32.                a0     a1      d0    d1   d2
  33.  
  34.     struct     Window *window;
  35.     struct     GadList *gadlist;
  36.     short    gadget;
  37.     ushort    flag,comp;
  38.  
  39. FUNCTION
  40.     Allows the automatic toggling of a list of gadgets.
  41.  
  42. INPUTS
  43.     Window     - pointer to controlling window.
  44.     GadList    - pointer to a GadList structure.
  45.     gadget    - short value of gadget is GadList to select.
  46.     flag    - Gadget flag GADGIMAGE or NULL.
  47.     comp    - Complement type: GADGHIMAGE, GADGHCOMP, 
  48.                            GADHBOX or GADHNONE.
  49.  
  50. RESULT
  51.     None.
  52.  
  53. BUGS
  54.     None known.
  55.  
  56.