📄 colorbuttongadget.h
字号:
/***********************************************************************
*
* Copyright (c) 2004 PalmOne , Inc. or its subsidiaries.
* All rights reserved.
*
***********************************************************************/
/***********************************************************************
*
* File:
* ColorButtonGadget.h
*
* Description:
* Color button with push effect and shadow.
*
* Version 1.0 - Initial Revision (03/12/03)
*
***********************************************************************/
#ifndef COLORBUTTONGADGET_H_
#define COLORBUTTONGADGET_H_
#include <PalmOS.h>
/************************************************************
*
* Function Prototypes
*
*************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
Boolean ColorButtonGadgetHandler(FormGadgetTypeInCallback* pGadget, UInt16 cmd, void* pParam);
#ifdef __cplusplus
}
#endif
#endif // COLORBUTTONGADGET_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -