push.h

来自「以栈结构实现的多级菜单」· C头文件 代码 · 共 22 行

H
22
字号
#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 + =
减小字号Ctrl + -
显示快捷键?