File:  [RetroPC.NET] / np2 / macosx / dialog / dialogutils.h
Revision 1.2: download - view: text, annotated - select for diffs
Fri Nov 7 03:27:59 2003 JST (21 years, 11 months ago) by tk800
Branches: MAIN
CVS tags: VER_0_74, VER_0_73, VER_0_72, VER_0_71, VER_0_70, HEAD
release candidate

/*
 *  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);
void getFieldText(ControlRef cRef, char* buffer);
UINT32 getFieldValue(ControlRef cRef);

#ifdef __cplusplus
}
#endif

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