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

version 1.1, 2003/10/24 19:19:58 version 1.3, 2003/10/30 19:39:52
Line 6 Line 6
  *   *
  */   */
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 void endLoop(WindowRef window);  void endLoop(WindowRef window);
 ControlRef getControlRefByID(OSType sign, int id, WindowRef win);  ControlRef getControlRefByID(OSType sign, int id, WindowRef win);
 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);
   void uncheckAllPopupMenuItems(OSType ID, short max, WindowRef win);
   void setjmper(BYTE *board, BYTE value, BYTE bit);
   
   #ifdef __cplusplus
   }
   #endif

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


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