JPEGView/Headers/SlideShowOptions.h

1 line
706 B
C

/*********************************************************/
/* This source code copyright (c) 1991-2001, Aaron Giles */
/* See the Read Me file for licensing information. */
/* Contact email: mac@aarongiles.com */
/*********************************************************/
#ifndef __SLIDESHOWOPTIONS__
#define __SLIDESHOWOPTIONS__
OSErr OpenSlideOptions(void);
void CloseSlideOptions(void);
WindowPtr GetSlideOptionsWindow(void);
void HandleSlideOptionsEvent(short theItem);
Boolean HandleSlideOptionsKey(char theChar);
void UpdateSlideOptionsButtons(void);
pascal void SlideOptionsUser(DialogPtr theDialog, short theItem);
extern OSErr GetSlideSpec(FSSpec *theSpec);
#endif