mt_inifun.h
来自「展讯平台的mtue源代码, 全面,精简,仅供学习, 商用后果自负」· C头文件 代码 · 共 39 行
H
39 行
/*****************************************************************************
** File Name: *
** Author: *
** Date: 2007/05/28 *
** Copyright: 2007 MTONE, Inc. All Rights Reserved. *
** Description: *
******************************************************************************
** Important Edit History *
** --------------------------------------------------------------------------*
** DATE NAME DESCRIPTION *
** 2007/05/28 Create *
*****************************************************************************/
#ifndef _MT_INIFUN_H_
#define _MT_INIFUN_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "guicommon.h"
//#include "mmidisplay_data.h"
const char *MTINI_GetProfileStr( uint32 id );
int MTINI_GetProfileInt( uint32 id );
BOOLEAN MTINI_GetProfilePoint( uint32 id, GUI_POINT_T *point_ptr );
BOOLEAN MTINI_GetProfileRect( uint32 id, GUI_RECT_T *rect_ptr );
BOOLEAN MTINI_GetProfileColor( uint32 id, GUI_COLOR_T *color );
BOOLEAN MTINI_GetProfileFont( uint32 id, GUI_FONT_T *font );
#ifdef __cplusplus
}
#endif
#endif // _MT_INIFUN_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?