comparison g23m/condat/ms/src/bmi/MmiBookInputWindow.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 _MMI_BOOK_INPUT_WINDOW_H_
2 #define _MMI_BOOK_INPUT_WINDOW_H_ 1
3
4 /*******************************************************************************
5
6 CONDAT (UK)
7
8 ********************************************************************************
9
10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner.
12
13 ********************************************************************************
14
15 $Project name: Basic MMI
16 $Project code: BMI (6349)
17 $Module: PhoneBook
18 $File: MmiBookInputWindow.h
19 $Revision: 1.0
20
21 $Author: Condat(UK)
22 $Date: 25/10/00
23
24 ********************************************************************************
25
26 Description:
27
28 This module provides the functionality for the input window of the
29 phone book module.
30
31 ********************************************************************************
32 $History: MmiBookInputWindow.h
33
34 25/10/00 Original Condat(UK) BMI version.
35
36 $End
37
38 *******************************************************************************/
39
40
41 MfwHnd bookInputStart( MfwHnd parent, tInputSpecifics *properties );
42
43 /* Provide two special cases of the input handler to deal with the
44 input of names and numbers using default properties
45 */
46 MfwHnd bookInputStartNameEditor( MfwHnd parent, void *buffer );
47 MfwHnd bookInputStartNumberEditor( MfwHnd parent, void *buffer );
48
49
50 /* Destruction point
51 */
52 void bookInputDestroy( MfwHnd window );
53
54
55 /*******************************************************************************
56
57 End of File
58
59 *******************************************************************************/
60
61 #endif