File:  [RetroPC.NET] / np2 / macosx / Attic / dialogutils.h
Revision 1.3: download - view: text, annotated - select for diffs
Fri Oct 31 04:39:52 2003 JST (22 years ago) by tk800
Branches: MAIN
CVS tags: HEAD
Add MIDI option and Mouse rapid

/*
 *  dialogutils.h
 *  np2
 *
 *  Created by tk800 on Sat Oct 25 2003.
 *
 */

#ifdef __cplusplus
extern "C" {
#endif

void endLoop(WindowRef window);
ControlRef getControlRefByID(OSType sign, int id, WindowRef win);
void SetInitialTabState(WindowRef theWindow, UInt16 pane, int max);
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

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