home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / proto / Mouse.h < prev    next >
Encoding:
Text File  |  1991-06-01  |  283 b   |  11 lines

  1.  
  2. void DoSelectDown(short, short, long, long, USHORT);
  3. void OpenDir(void);
  4. void OpenParent(void);
  5. void DoSelectUp(short, short);
  6. void SelectAll(void);
  7. void SelectMatch(void);
  8. void DeselectAll(struct ScrollEntry *);
  9. void DoSelect(struct BrowserWindow *, struct ScrollEntry *, UBYTE);
  10.  
  11.