home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / shell / h / BarIcon < prev    next >
Encoding:
Text File  |  1994-06-28  |  571 b   |  19 lines

  1. #ifndef __Shell_BarIcon_h
  2. #define __Shell_BarIcon_h
  3.  
  4.  
  5. void Shell_AddBarIcon( char *spritename);
  6.     /* Adds an icon to the iconbar, using the specified    */
  7.     /* sprite. Also adds a standard Info,Quit menu, with     */
  8.     /* some extra entries: pause, continue and speed. The     */
  9.     /* info entry will have a window attatched, which     */
  10.     /* should be in the templates file, called 'ProgInfo'.    */
  11.     /* If there isn't such a window loaded, info will be    */
  12.     /* faded.                        */
  13.     /* The speed entry allows you to change the minimum    */
  14.     /* interval between Shell_PollSlow()'s.            */
  15.  
  16.  
  17. #endif
  18.  
  19.