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

51 lines
1.0 KiB
C

/***********************************************************************
*
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
* All rights reserved.
*
***********************************************************************/
/**
* @ingroup FotoFinish
**/
/**
* @file DetailsForm.h
* This file contains the event-handling code for the DetailsForm
*/
/** @name
*
**/
/*@{*/
/***********************************************************************
*
* File:
* DetailsForm.h
*
* Description:
* Contains all event-handling code associated with DetailsForm
* Sample code for the Photo API
*
* Version 1.0 - Initial Revision (08/18/03)
*
***********************************************************************/
#ifndef DETAILSFORM_H
#define DETAILSFORM_H
#include "PalmPhoto.h"
Boolean DetailsFormHandleEvent(EventType *eventP);
void ToggleLabelsDisplay(FormType *frmP, Boolean showFlag);
Err DoSelection(UInt16 albID);
UInt16 GetAlbumID();
void DisplayImageDetails(PalmPhotoHandle selectedPhotoH);
void UpdateArrows();
#endif
/*@}*/