--- xmil/MacOSX/dialog/dialogs.h 2004/08/10 14:38:57 1.1 +++ xmil/MacOSX/dialog/dialogs.h 2005/02/07 16:09:19 1.3 @@ -1,6 +1,7 @@ -Handle GetDlgItem(DialogPtr hWnd, short pos); - -BOOL dlgs_selectfile(char *name, int size); -BOOL dlgs_selectwritefile(char *name, int size, const char *def); +BOOL dlgs_selectfile(char *name, int size, WindowRef parent); +BOOL dlgs_selectwritefile(char *name, int size, const char *def, OSType type, WindowRef parentWindow); +ControlRef getControlRefByID(OSType sign, int id, WindowRef win); +UInt32 getFieldValue(OSType type, WindowRef win); +void getFieldText(ControlRef cRef, char* buffer);