26 lines
726 B
C
26 lines
726 B
C
/***********************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
***********************************************************************/
|
|
|
|
/***********************************************************************
|
|
*
|
|
* 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 |