📄 mt_inifun.h
字号:
/*****************************************************************************
** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -