/******************************************************************************/
/* Copyright 1996 MBARI                                                       */
/******************************************************************************/
/* Summary  : CTD Data Display Callbacks Module Definitions                   */
/* Filename : displayCallbacks.h                                              */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/15/96                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header: /usr/tiburon/unix/gui/ctd/RCS/displayCallbacks.h,v 1.1 1998/03/12 17:53:02 oreilly Exp $
 * $Log: displayCallbacks.h,v $
 * Revision 1.1  1998/03/12 17:53:02  oreilly
 * Initial revision
 *
 *
 */
/******************************************************************************/

#ifndef TIBURON_DISPLAY_CALLBACKS_H
#define TIBURON_DISPLAY_CALLBACKS_H

void redisplayCallback(Widget w, XtPointer clientData, XtPointer callData);
void plotDataPoints(plotParameters *plotParams, Display *display,
		    Drawable drawable, MBool erase);
void axisLimits(Int16 *value, Int16 axisStart, Int16 axisEnd);
void plotMarks(plotParameters *plotParams, Display *display, Drawable drawable,
	       MBool erase);
void resizeCallback(Widget w, XtPointer clientData, XtPointer callData);
void closeDisplayCallback(Widget w, XtPointer clientData, XtPointer callData);

#endif
