file: bound.h

/* * bound.h - Contains prototypes of functions related to brush * boundary operation. */ #ifndef _BOUND_H #define _BOUND_H #include "XmdvTool.h" void BrushBoundaryACT(Widget w, XEvent *event, String *params, Cardinal *num_params); int CheckBoundaryDrag(void); #endif /* _BOUND_H */


Back to Source File Index


C++ to HTML Conversion by ctoohtml