File:  [RetroPC.NET] / np2 / macosx / dialog / dialog.h
Revision 1.5: download - view: text, annotated - select for diffs
Sat Nov 22 01:01:41 2003 JST (21 years, 11 months ago) by tk800
Branches: MAIN
CVS tags: VER_0_73, VER_0_72, HEAD
Open/Save Dialog Filtering[MacOSX] (tk800)

enum {
	OPEN_FDD	= 0,
	OPEN_HDD,
	OPEN_FONT,
	OPEN_INI
};

void dialog_changefdd(BYTE drv);
void dialog_changehdd(BYTE drv);

void dialog_font(void);

void fsspec2path(FSSpec *fs, char *dst, int leng);
void dialog_writebmp(void);
void dialog_s98(void);

BOOL dialog_fileselect(char *name, int size, WindowRef parent, int opentype);
BOOL dialog_filewriteselect(OSType type, char *title, FSSpec *fsc, WindowRef parentWindow);

RetroPC.NET-CVS <cvs@retropc.net>