browserlauncherex.hrh

来自「Symbian s60系统中调用系统浏览器」· HRH 代码 · 共 20 行

HRH
20
字号
/* ====================================================================
 * File: BrowserLauncherEx.hrh
 * Created: 09/07/07
 * Author: 
 * Copyright (c): , All rights reserved
 * ==================================================================== */

#ifndef __BrowserLauncherEx_HRH__
#define __BrowserLauncherEx_HRH__

/** BrowserLauncherEx enumerate command codes */
enum TBrowserLauncherExIds
    {
    EBrowserLauncherExCommand1 = 1,  // start value must not be 0
    EBrowserLauncherExCommand2
    };


#endif // __BrowserLauncherEx_HRH__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?