titlepane.hrh

来自「详细演示了symbian中标题面板的设置程序。很使用的程序」· HRH 代码 · 共 35 行

HRH
35
字号
/**
* 
* @brief Constants file for TitlePane application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

#ifndef TITLEPANE_HRH
#define TITLEPANE_HRH

// Command ids
enum 
	{
	ETitlePaneSetTitleText = 0x6000,
	ETitlePaneSetTitleImage,
	ETitlePaneSetTitleDefault,
	ETitlePaneSetContextImage,
	ETitlePaneSetNaviPane,
	ETitlePaneSetNaviPaneTabImage,
	ETitlePaneSetNaviPaneLabel,
	ETitlePaneSetNaviPaneIndicator,
	ETitlePaneSetNaviPaneImage
	};

// EMCCViewSwitched application view ids.
enum TEMCCViewSwitchedViewNumber
	{
	ETitlePaneView1Id = 1
	};

#endif	// TITLEPANE_HRH

// End of File

⌨️ 快捷键说明

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