styluspopupmenuex.hrh

来自「symbian touch popup示例」· HRH 代码 · 共 24 行

HRH
24
字号
/**
 * Copyright (c) 2007 Nokia Corporation.
 * This material, including documentation and any related
 * computer programs, is protected by
 * copyright controlled by Nokia Corporation.
 */


#ifndef __STYLUSPOPUPMENUEX_HRH__
#define __STYLUSPOPUPMENUEX_HRH__

/** Button example enumerate command codes */
enum TStylusPopupMenuExIds
    {
    ECmdCreateMenuFromCode = 0x6001, // start value must not be 0
    ECmdCreateMenuFromResource,
    EMenuItem1,
    EMenuItem2,
    EMenuItem3,
    EMenuItem4   
    };
    
#endif // __STYLUSPOPUPMENUEX_HRH__

⌨️ 快捷键说明

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