popmenu.h
来自「MS-DOS下的GUI界面开发工具包SDK4DOS」· C头文件 代码 · 共 21 行
H
21 行
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_efPOPMENU_H
#define _GUI_efPOPMENU_H
typedef struct _efPopMenuTag
{
void (*Add)(HAND hd,PMENU Menu);
void (*Pop)(HAND hd,int16 x,int16 y);
}efPopMenuTag,*PefPopMenuTag;
#endif /* _GUI_efPOPMENU_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?