Diff for /np2/macosx/Attic/dialogutils.h between versions 1.2 and 1.3

version 1.2, 2003/10/28 16:44:44 version 1.3, 2003/10/30 19:39:52
Line 15  ControlRef getControlRefByID(OSType sign Line 15  ControlRef getControlRefByID(OSType sign
 void SetInitialTabState(WindowRef theWindow, UInt16 pane, int max);  void SetInitialTabState(WindowRef theWindow, UInt16 pane, int max);
 short changeTab(WindowRef window, UInt16 pane);  short changeTab(WindowRef window, UInt16 pane);
 pascal OSStatus changeSlider(ControlRef theControl, WindowRef theWindow, short base);  pascal OSStatus changeSlider(ControlRef theControl, WindowRef theWindow, short base);
   void uncheckAllPopupMenuItems(OSType ID, short max, WindowRef win);
   void setjmper(BYTE *board, BYTE value, BYTE bit);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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