home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / l / libstore / !LibStore / Index / WimpLib / Templates < prev    next >
Encoding:
Text File  |  1993-06-19  |  1001 b   |  25 lines

  1. Index file for "Templates" library:
  2.  
  3. Procedures provided
  4.  
  5. DEFPROCload_templates(filename$,indlength%) - begins to load in the
  6. templates. Calls PROCuser_load to allow the user to use the other
  7. procedures to load and create the windows.
  8.  
  9. DEFFNcreate_template(name$,spr_area%,block%) - loads a template, gives it
  10. the sprite area contained in spr_area% and the creates the window.
  11.  
  12. DEFPROCload_template - loads the window definition into block%, but doesn't
  13. create it. This is useful if a window contains indirected sprite-only icons
  14. or needs to have copies made, but not be created just at the moment.
  15.  
  16. DEFPROCicon_sprite_area(icon%,area%,block%) - sets up icon icon% in the
  17. window definition contained in block% to have the sprite area area%. This
  18. only works for indirected sprite-only icons.
  19.  
  20. DEFFNmakewindow - creates the window stored in block% and adds it to the
  21. list of window handles.
  22.  
  23. DEFPROCclosedown_templates - if you have used fonts in your templates,
  24. call this before you quit your program.
  25.