home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / dirutils / browser.lzh / Browser / BrowserII_Src.LZH / 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.