| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/hovertext.h |
typedef struct { const char *id; const char *text;} tooltip;
/* id should be the id of the relevant button or other control in Web MathXpert.
text is the corresponding tooltip text */
tooltip *getTooltips(int problemtype,int *n); // in hovertext.c