frmtbar.h

来自「一个功能完善的文本编辑器」· C头文件 代码 · 共 20 行

H
20
字号
/*
 *		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"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?