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 / Draw.h < prev    next >
Encoding:
Text File  |  1991-04-21  |  446 b   |  12 lines

  1.  
  2. void ScrollAndDraw(long, long, long, long);
  3. void RedrawAll(void);
  4. void RefreshWindow(struct BrowserWindow *);
  5. void RedrawEntries(struct BrowserWindow *);
  6. BOOL GetSePosition(struct BrowserWindow *, struct ScrollEntry *, struct Point *);
  7. void MakeBottomInfoString(struct BrowserWindow *);
  8. void MakeMainBottomInfoString(void);
  9. void RefreshBottomInfo(struct BrowserWindow *);
  10. void Print(struct BrowserWindow *, struct ScrollEntry *, short, short);
  11.  
  12.