home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / comctl / reitp / frmtbar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  420 b   |  20 lines

  1. /*
  2.  *        frmtbar.h
  3.  *
  4.  *        Declarations for a richedit format bar
  5.  *
  6.  */
  7.  
  8. // Control IDs for the comboboxes. Returned to the user on selections
  9. #define    TBI_Name            21761
  10. #define    TBI_Size            21762
  11. #define    TBI_Color            21763
  12.  
  13. #define cxBulletIndent    (1440 / 4)
  14.  
  15. BOOL FInitFormatBarClass(HINSTANCE hinst);
  16. HWND HwndCreateFormatBar(HWND hwndParent, WORD wID, HDC hdc);
  17.  
  18. #define    FORMATBARCLASSNAME    "REFormatBar"
  19.  
  20.