palm-os-sdk/PalmOne/Samples/FotoFinish/Incs/AlbumsOrganiseForm.h

42 lines
902 B
C

/***********************************************************************
*
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
* All rights reserved.
*
***********************************************************************/
/**
* @ingroup FotoFinish
**/
/**
* @file AlbumsOrganiseForm.h
* This file contains event-handling code for the AlbumsOrganiseForm
*/
/** @name
*
**/
/*@{*/
/***********************************************************************
*
* File:
* AlbumsOrganiseForm.h
*
* Description:
* Contains all event-handling code associated with AlbumsOrganiseForm
* Sample code for the Photo API
*
* Version 1.0 - Initial Revision (08/18/03)
*
***********************************************************************/
#ifndef ALBUMSORGANISEFORM_H
#define ALBUMSORGANISEFORM_H
Boolean AlbumsOrganiseFormHandleEvent(EventType *eventP);
#endif
/*@}*/