Diff for /xmil/MacOSX/dialog/dialogs.h between versions 1.2 and 1.3

version 1.2, 2004/08/15 11:00:52 version 1.3, 2005/02/07 16:09:19
Line 1 Line 1
   
 Handle GetDlgItem(DialogPtr hWnd, short pos);  BOOL dlgs_selectfile(char *name, int size, WindowRef parent);
   
 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);  BOOL dlgs_selectwritefile(char *name, int size, const char *def, OSType type, WindowRef parentWindow);
   
 ControlRef getControlRefByID(OSType sign, int id, WindowRef win);  ControlRef getControlRefByID(OSType sign, int id, WindowRef win);
   UInt32 getFieldValue(OSType type, WindowRef win);
 void getFieldText(ControlRef cRef, char* buffer);  void getFieldText(ControlRef cRef, char* buffer);
   
 #define OPEN_FDD        0  
 #define OPEN_FONT       1  

Removed from v.1.2  
changed lines
  Added in v.1.3


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