⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 choicelistex.hrh

📁 symbian touch ChoiceList 示例
💻 HRH
字号:
/**
 * Copyright (c) 2007 Nokia Corporation.
 * This material, including documentation and any related
 * computer programs, is protected by
 * copyright controlled by Nokia Corporation.
 */


#ifndef __CHOICELISTEX_HRH__
#define __CHOICELISTEX_HRH__

/** Choice list example enumerate command codes */
enum TChoiceListExIds
    {
    ECmdCreateMenu = 0x6001, // start value must not be 0
    ECmdPositionMenu,
    ECmdCreateDefault,
    ECmdCreateButton,
    ECmdCreateResource,
    ECmdShowList,
    ECmdAddItem,
    ECmdInsertItem,
    ECmdRemoveItem,
    ECmdSelectItem,
    ECmdListPosLeft,
    ECmdListPosRight,
    ECmdListPosBottom
    };
    
#endif // __CHOICELISTEX_HRH__

⌨️ 快捷键说明

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