FRMTBAR.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:
Windows编程
开发平台:
Visual C++
- /*
- * frmtbar.h
- *
- * Declarations for a richedit format bar
- *
- */
- // Control IDs for the comboboxes. Returned to the user on selections
- #define TBI_Name 21761
- #define TBI_Size 21762
- #define TBI_Color 21763
- #define cxBulletIndent (1440 / 4)
- BOOL FInitFormatBarClass(HINSTANCE hinst);
- HWND HwndCreateFormatBar(HWND hwndParent, WORD wID, HDC hdc);
- #define FORMATBARCLASSNAME "REFormatBar"