#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>
#include <egb.h>
#include <guidbg.h>

int	MSG_winId = -1 ;
int	MSG_drvSelBtnId[6] = -1 ;
int	MSG_redrawId[2] = -1 ;
int	MSG_selectForceId[2] = -1 ;
int	MSG_activateId[2] = -1 ;
int	MSG_forceRedrawTextId = -1 ;
int	MSG_forceRedrawBtnId[2] = -1 ;
int	MSG_ifRedrawTextId = -1 ;
int	MSG_ifRedrawBtnId = -1 ;

/*	initDataMSGSET:MSG_winId:MJ_WINDOWL40の呼び出し関数	*/
int	MSG_winFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_drvSelBtnId[1]:MJ_ICONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_drvSelBtnId[2]:MJ_ICONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_drvSelBtnId[3]:MJ_ICONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_drvSelBtnId[4]:MJ_ICONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_drvSelBtnId[5]:MJ_ICONL40の呼び出し関数	*/
int	MSG_sendDriveFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_redrawId[0]:MJ_DBUTTONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_redrawId[1]:MJ_DBUTTONL40の呼び出し関数	*/
int	MSG_redrawFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_selectForceId[0]:MJ_TICONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_selectForceId[1]:MJ_TICONL40の呼び出し関数	*/
int	MSG_selectForceFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_activateId[0]:MJ_DBUTTONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_activateId[1]:MJ_DBUTTONL40の呼び出し関数	*/
int	MSG_activeFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_forceRedrawTextId:MJ_TEXTL40の呼び出し関数	*/
int	MSG_forceRedrawTextFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_forceRedrawBtnId[0]:MJ_DBUTTONL40の呼び出し関数	*/
/*	initDataMSGSET:MSG_forceRedrawBtnId[1]:MJ_DBUTTONL40の呼び出し関数	*/
int	MSG_forceRedrawFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_ifRedrawTextId:MJ_TEXTL40の呼び出し関数	*/
int	MSG_ifRedrawTextFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

/*	initDataMSGSET:MSG_ifRedrawBtnId:MJ_DBUTTONL40の呼び出し関数	*/
int	MSG_ifRedrawFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

