www.pudn.com > CurveEditor.rar > UIStructure.h
/*
* File name: UIStructure.h
* Version: 1.0.0.1
* Programmer: A.George
* Organization:
* Date(start): 10/31/1999
* Date(finish):
* Description:
A suit of structure for UI programming
*/
#ifndef _UI_STRUCTURE_H_
#define _UI_STRUCTURE_H_
struct POINTCHANGED{
int nCurveNum;
POSITION position;
};
#endif // _UI_STRUCTURE_H_