FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiBookSearchWindow.h @ 3:67bfe9f274f6
src/ui: import of src/ui3 from Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Oct 2020 06:33:10 +0000 |
| parents | |
| children | c0052fe355d3 |
comparison
equal
deleted
inserted
replaced
| 2:3a14ee9a9843 | 3:67bfe9f274f6 |
|---|---|
| 1 #ifndef _MMI_BOOK_SEARCH_WINDOW_H_ | |
| 2 #define _MMI_BOOK_SEARCH_WINDOW_H_ | |
| 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: MmiSearchWindow.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 phone book search window functionality for the | |
| 29 phone book module of the basic MMI | |
| 30 | |
| 31 ******************************************************************************** | |
| 32 $History: MmiSearchWindow.h | |
| 33 | |
| 34 25/10/00 Original Condat(UK) BMI version. | |
| 35 | |
| 36 $End | |
| 37 | |
| 38 *******************************************************************************/ | |
| 39 | |
| 40 | |
| 41 | |
| 42 /* Entry point to the search window functions | |
| 43 */ | |
| 44 T_MFW_HND bookSearchStart( MfwHnd parent ); | |
| 45 | |
| 46 /* Destruction point | |
| 47 */ | |
| 48 void bookSearchDestroy( MfwHnd window ); | |
| 49 | |
| 50 | |
| 51 | |
| 52 /* Additional helper functions provided by this module | |
| 53 */ | |
| 54 UBYTE bookSearchName( char *pattern, UBYTE number, tMmiPhbData *current ); | |
| 55 | |
| 56 | |
| 57 | |
| 58 /******************************************************************************* | |
| 59 | |
| 60 End of File | |
| 61 | |
| 62 *******************************************************************************/ | |
| 63 | |
| 64 #endif |
