FreeCalypso > hg > leo2moko-debug
comparison g23m/condat/ms/src/bmi/AUISymbol.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 #ifndef _AUI_SYMBOL_H | |
2 #define _AUI_SYMBOL_H | |
3 /******************************************************************************* | |
4 | |
5 CONDAT (UK) | |
6 | |
7 ******************************************************************************** | |
8 | |
9 This software product is the property of Condat (UK) Ltd and may not be | |
10 disclosed to any third party without the express permission of the owner. | |
11 | |
12 ******************************************************************************** | |
13 | |
14 $Project name: Basic MMI | |
15 $Project code: BMI | |
16 $Module: MMI | |
17 $File: AUISymbol.h | |
18 $Revision: 1.0 | |
19 | |
20 $Author: Condat(UK) | |
21 $Date: | |
22 | |
23 ******************************************************************************** | |
24 | |
25 Description: Header information for AUI symbol screen. | |
26 | |
27 ******************************************************************************** | |
28 $History: AUISymbol.h | |
29 | |
30 | |
31 | |
32 $End | |
33 | |
34 *******************************************************************************/ | |
35 | |
36 T_MFW_HND AUI_symbol_Start (T_MFW_HND parent, USHORT return_event); | |
37 void AUI_symbol_Destroy (T_MFW_HND window); | |
38 #endif |