Push.h
上传用户:duwei1288
上传日期:2009-12-27
资源大小:451k
文件大小:0k
源码类别:

BREW编程

开发平台:

Visual C++

  1. #ifndef _PUSH_H
  2. #define _PUSH_H
  3. #include "AeeStdLib.h"
  4. #include "AeeText.h"
  5. #include "AeeMenu.h"
  6. #include "IStack.h"
  7. //文本输入控件的类型
  8. typedef struct _IPushWin
  9. {
  10. IMenuCtl*     m_pMenuCtl;
  11. IMenuCtl*     m_pSoftKeyCtl;
  12. }IPushWin;
  13. boolean PushDlg();
  14. void*   PUSHWIN_Create(IShell* pShell,void* pParam);
  15. boolean PUSHWIN_Release(IShell* pShell,void** pWin);
  16. boolean PUSHWIN_Redraw(IShell* pShell,void* pWin);
  17. #endif