📄 popmenu.h
字号:
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -