plxbrowhistory.h
来自「mtk wap和mms代码。。适应mtk 25。26平台」· C头文件 代码 · 共 30 行
H
30 行
/***************************************************************************
*
* Pollex Mobile Platform
*
* Copyright (c) 2004 by Pollex Mobile Software Co., Ltd.
* All Rights Reserved
*
* Module :
*
* Purpose :
*
\**************************************************************************/
#ifndef _POLLEX_BROW_HISTORY_H_
#define _POLLEX_BROW_HISTORY_H_
void InitPlxBrowHistory(void);
void DeInitPlxBrowHistory(void);
int plxBrowAddOneHistory(const char *szUrl);
//int plxBrowGetCurrNumOfHistoryItem(void);
void EntryOfPlxBrowHistory(void);
#endif // _POLLEX_BROW_HISTORY_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?