userlistbox.hrh

来自「symbian s60 2th 自定义ListBox」· HRH 代码 · 共 16 行

HRH
16
字号
/* Copyright (c) 2009, Nokia. All rights reserved */

#ifndef __USERLISTBOX_HRH__
#define __USERLISTBOX_HRH__

// UserListbox enumerate command codes
enum TUserListboxIds
    {
    EUserListboxCommand1 = 0x6000 , // ensure they do not coincide with predefined commands
    // add further enumerations here
	EUserListboxCommand2
    };


#endif // __USERLISTBOX_HRH__

⌨️ 快捷键说明

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