Push.h
资源名称:MenuList.rar [点击查看]
上传用户:duwei1288
上传日期:2009-12-27
资源大小:451k
文件大小:0k
源码类别:
BREW编程
开发平台:
Visual C++
- #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