File:  [RetroPC.NET] / xmil / MacOSX / dialog / dialogs.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Aug 15 20:00:52 2004 JST (21 years, 2 months ago) by tk800
Branches: MAIN
CVS tags: HEAD
enhance dialogs[MacOSX](tk800)


Handle GetDlgItem(DialogPtr hWnd, short pos);

BOOL dlgs_selectfile(char *name, int size, WindowRef parent, int opentype);
BOOL dlgs_selectwritefile(char *name, int size, const char *def, OSType type, WindowRef parentWindow);

ControlRef getControlRefByID(OSType sign, int id, WindowRef win);
void getFieldText(ControlRef cRef, char* buffer);

#define	OPEN_FDD	0
#define	OPEN_FONT	1

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