FRMTBAR.H
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 0k
Category:

Windows Develop

Development Platform:

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"