📄 mmiballoon.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: Calculator
$File: mmiballoon.h
$Revision: 1.0
$Author: tangyan
$Date: 08/21/02
********************************************************************************
Description:
This provides the main game functionality
********************************************************************************/
/*******************************************************************************
History
Date Modified
*******************************************************************************/
/*******************************************************************************
Include files
*******************************************************************************/
//#ifndef _MMIBALLOON_H
//#define _MMIBALLOON_H
extern T_MFW_HND balloon_create(MfwHnd parent);
extern void balloon_dialog (T_MFW_HND win, USHORT event, SHORT value, void * parameter);
extern int balloon_kbd_cb (MfwEvt e, MfwKbd *k);
extern int balloon_win_cb (MfwEvt e, MfwWin *w);
extern T_MFW_HND balloon_start (T_MFW_HND win_parent,char *character);
/*******************************************************************************
Interface types
*******************************************************************************/
/*******************************************************************************
Public methods
*******************************************************************************/
int balloon(MfwMnu* m, MfwMnuItem* i);
/*******************************************************************************
End of File
*******************************************************************************/
//#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -