📄 mmitoolkit_timer.h
字号:
/********************************************************************************
CONDAT (UK)
/********************************************************************************
This software product is the property of Condat (UK) Ltd and may not be
disclosed to any third party without the express permission of the owner.
********************************************************************************
$Project name: Basic MMI
$Project code: BMI (6349)
$Module: Timer
$File: Mmitoolkit_timer.h
$Revision: 1.0
$Author: Condat(UK)
$Date: 25/10/00
********************************************************************************
Description:
This provides the start code for the MMI
********************************************************************************
$History: MmiStart.h
25/10/00 Original Condat(UK) BMI version.
27/08/02 gdy add
$End
*******************************************************************************/
#ifndef _MMITOOL_H
#define _MMITOOL_H 1
T_MFW_HND tooltimerstart(T_MFW_HND parent_win);
int toolkitTimer(MfwMnu* m, MfwMnuItem* i);
T_MFW_CB timer_tim_cb (T_MFW_EVENT event, T_MFW_TIM *tc);
void drawSolidRectangle(int x1,int y1,int x2,int y2,int type,int fillcolor,int color);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -