FRMTBAR.H

/* 
*frmtbar.h
*
*Declarations for a richedit format bar
*
*/

// Control IDs for the comboboxes. Returned to the user on selections
#defineTBI_Name21761
#defineTBI_Size21762
#defineTBI_Color21763

#define cxBulletIndent(1440 / 4)

BOOL FInitFormatBarClass(HINSTANCE hinst);
HWND HwndCreateFormatBar(HWND hwndParent, WORD wID, HDC hdc);

#defineFORMATBARCLASSNAME"REFormatBar"