/***********************************************************************/ /* Open Visualization Data Explorer */ /* (C) Copyright IBM Corp. 1989,1999 */ /* ALL RIGHTS RESERVED */ /* This code licensed under the */ /* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */ /***********************************************************************/ #include extern Widget CreateGrid(Widget parent, Pixel color, Arg* args, int num_args ); extern void DrawGrid(Widget w, Pixel color); extern void DrawHistogram(Widget w, Pixel color);