home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / scanner.lzh / SCANNER / TODO < prev   
Encoding:
Text File  |  1991-08-16  |  365 b   |  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.