17 lines
600 B
C
17 lines
600 B
C
/* ***************************************** */
|
|
/* File: show_Ymaxmin.h */
|
|
/* Date: Apr 05 2002 */
|
|
/* Author: Ai Vo */
|
|
/* Purpose: */
|
|
/* */
|
|
/* ***************************************** */
|
|
|
|
/* callbacks to handle ymaxmin user inputs*/
|
|
void Ymaxmin_callbacks();
|
|
|
|
void show_YmaxminDS(Widget w, XtPointer data, XtPointer cbs );
|
|
|
|
void Ymax_minClose_CB (Widget w, XtPointer ptr, XtPointer cbs);
|
|
|
|
void Ymax_minOK_CB (Widget w, XtPointer ptr, XtPointer cbs);
|
|
|