EQU_DS Type (Structure)

graphing.h, unknown.h

typedef struct SEquDS {
WINDOW wMain;
short focus;
short cFunc;
short yPos;
short xOffset;
short yBelow;
unsigned short bAltForm;
} EQU_DS;

Structure for defining internal Y = Editor app data.

Structure for defining internal Y = Editor app data. This structure is not very well known for the moment, and it is open to anyone who knows more than I do.

Anyway, this structure is needed by the GR_WIN_VARS structure.


See also: GR_WIN_VARS, EQU_DS_AMS1