FRMTBAR.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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