📄 addrdiallist.h
字号:
/******************************************************************************
*
* Copyright (c) 1995-2003 PalmSource, Inc. All rights reserved.
*
* File: AddrDialList.h
*
* Release: Palm OS 5 SDK (68K) R3.
*
*****************************************************************************/
#ifndef ADDRDIALLIST_H
#define ADDRDIALLIST_H
#include <Event.h>
#include "AddressDB.h"
/************************************************************
* Function Prototypes
*************************************************************/
Boolean DialListShowDialog( UInt16 recordIndex, UInt16 phoneIndex, UInt16 lineIndex );
Boolean DialListHandleEvent( EventType * event );
#endif // ADDRDIALLIST_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -