File:  [RetroPC.NET] / np2 / macosx / dialog / dialogutils.h
Revision 1.3: download - view: text, annotated - select for diffs
Mon Mar 15 14:06:02 2004 JST (21 years, 7 months ago) by tk800
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, HEAD
support KeyDisp and DIP-SW BMP[MacOSX] (tk800)

/*
 *  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);
void setbmp(BYTE* bmp, PicHandle* pict);

#ifdef __cplusplus
}
#endif

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