45 lines
971 B
C
45 lines
971 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
/** @defgroup FotoFinish FotoFinish Sample
|
|
* The FotoFinish sample application shows how to use the Photo Library API
|
|
*
|
|
* @ingroup FotoFinish
|
|
**/
|
|
|
|
/**
|
|
* @file AddTextForm.h
|
|
* This file contains event-handling code for the AddTextForm
|
|
*/
|
|
|
|
/** @name
|
|
*
|
|
**/
|
|
/*@{*/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* 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
|
|
|
|
/*@}*/
|