_scroll.h
来自「dos 1.0 其中包含quick basic源代码、内存管理himem emm」· C头文件 代码 · 共 15 行
H
15 行
/*
COW : Character Oriented Windows
_scroll.h : scroll bar stuff
*/
/* ptElevator is the physical position of the elevator */
#define PtElevatorSb(pwnd) ((BYTE)((pwnd)->ptElevatorSb & 0xff))
#define SetPtElevatorSb(pwnd, pt) (pwnd)->ptElevatorSb = (pt);
#define dxScrollMin 2
#define dyScrollMin 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?