| Current Path : /usr/home/beeson/Otter-Lambda/yyy/ |
| Current File : /usr/home/beeson/Otter-Lambda/yyy/colord2.h |
typedef struct
/* PURPOSE: transfer structure for Color Dialog box
*/
{ int ngraphs; // # of graphs on the same axis
graph** graphs; // array of ngraphs pointers to graph structures
} ColorDlgData;
BOOL CALLBACK ColorDlgProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);