27 lines
692 B
C
27 lines
692 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* File:
|
|
* AddTextForm.h
|
|
*
|
|
* Description:
|
|
* Contains all event-handling code associated with AddTextForm
|
|
* Sample code for the Photo API
|
|
*
|
|
* Version 1.0 - Initial Revision (08/18/03)
|
|
*
|
|
***********************************************************************/
|
|
|
|
#ifndef ADDTEXTFORM_H
|
|
#define ADDTEXTFORM_H
|
|
|
|
Boolean AddTextFormHandleEvent(EventType *eventP);
|
|
|
|
|
|
#endif |