📄 push.h
字号:
#ifndef _PUSH_H
#define _PUSH_H
#include "AeeStdLib.h"
#include "AeeText.h"
#include "AeeMenu.h"
#include "IStack.h"
//文本输入控件的类型
typedef struct _IPushWin
{
IMenuCtl* m_pMenuCtl;
IMenuCtl* m_pSoftKeyCtl;
}IPushWin;
boolean PushDlg();
void* PUSHWIN_Create(IShell* pShell,void* pParam);
boolean PUSHWIN_Release(IShell* pShell,void** pWin);
boolean PUSHWIN_Redraw(IShell* pShell,void* pWin);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -