?? 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 + -