popmenu.h
来自「这里面有UCGUI的源码。对UCGUI介绍比较详细」· 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 + -
显示快捷键?