Former-commit-id:9f19e3f712
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
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);
|
|
|