home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 255.lha / Scanner_v1.0 / TODO < prev    next >
Text File  |  1989-05-21  |  365b  |  8 lines

  1. Expand flags to their #define names, i.e. gadget->Flags = 0x0081 becomes
  2. gadget->Flags = GADGHBOX | SELECTED. This makes the code easier to read.
  3.  
  4. Complete all structures. For instance, screens are never scanned or listed.
  5.  
  6. Provide a way to comfortably select the interesting structures. Scanner
  7. currently lists ALL structures, even those you aren't interested in.
  8.