home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 124 / af124a.adf / af124a.lzx / WBStartup+V2.8 / Source / WBStartup+Prefs / CheckBoxListView.h < prev    next >
C/C++ Source or Header  |  1999-03-29  |  1KB  |  33 lines

  1. /* Prototypes for functions defined in
  2. CheckBoxListView.c
  3.  */
  4.  
  5.  
  6. #ifndef TITLE
  7. #define TITLE    2
  8. #endif
  9.  
  10. extern WORD xoff;        /* Offset to start printing text at */
  11. extern WORD    yoff;        /* Vertical offset */
  12. extern APTR    CheckMarkObj;
  13. extern BYTE    FillPen,FillTextPen;
  14. extern BYTE    BgPen,FgPen;
  15.  
  16. extern ULONG __chip Crosshatch;
  17. extern ULONG __chip SolidLine;
  18.  
  19. extern void FillIntuiTextLen(struct IntuiText *it, char *source, char *buffer, ULONG len);
  20. extern BOOL CheckBoxList_CallBack_SetUp(WORD h, struct DrawInfo *di, struct IntuiText *it);
  21. extern void CheckBoxList_CallBack_CleanUp(void);
  22. extern ULONG __asm __saveds CheckBoxList_CallBack(register __a0 struct Hook *hook, register __a1 struct LVDrawMsg *l, register __a2 struct Node *n);
  23.  
  24. /* BackFillHook */
  25. extern ULONG __asm __saveds bfh_CallBack(register __a0 struct Hook *hook,register __a1 struct LayerMsg *lm,register __a2 struct RastPort *rp);
  26. extern void bfh_Init(void);
  27.  
  28. /* InitHook */
  29. extern void InitHook(struct Hook *hook, ULONG (*c_function)(), APTR userdata);
  30.  
  31. extern struct TextAttr ChecklistFont;
  32. extern struct IntuiText CheckBoxList_it;
  33.