home *** CD-ROM | disk | FTP | other *** search
- Index file for "Templates" library:
-
- Procedures provided
-
- DEFPROCload_templates(filename$,indlength%) - begins to load in the
- templates. Calls PROCuser_load to allow the user to use the other
- procedures to load and create the windows.
-
- DEFFNcreate_template(name$,spr_area%,block%) - loads a template, gives it
- the sprite area contained in spr_area% and the creates the window.
-
- DEFPROCload_template - loads the window definition into block%, but doesn't
- create it. This is useful if a window contains indirected sprite-only icons
- or needs to have copies made, but not be created just at the moment.
-
- DEFPROCicon_sprite_area(icon%,area%,block%) - sets up icon icon% in the
- window definition contained in block% to have the sprite area area%. This
- only works for indirected sprite-only icons.
-
- DEFFNmakewindow - creates the window stored in block% and adds it to the
- list of window handles.
-
- DEFPROCclosedown_templates - if you have used fonts in your templates,
- call this before you quit your program.
-