summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/Grip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/Grip.h')
-rw-r--r--include/X11/Xaw/Grip.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/include/X11/Xaw/Grip.h b/include/X11/Xaw/Grip.h
index fdf751f..4f08213 100644
--- a/include/X11/Xaw/Grip.h
+++ b/include/X11/Xaw/Grip.h
@@ -46,6 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
+/* $XFree86: xc/lib/Xaw/Grip.h,v 1.7 2001/12/14 19:54:40 dawes Exp $ */
/*
* Grip.h - Public Definitions for Grip widget (used by VPane Widget)
@@ -57,13 +58,7 @@ SOFTWARE.
#include <X11/Xaw/Simple.h>
-/***************************************************************************
- *
- * Grip Widget
- *
- **************************************************************************/
-
-/* Parameters:
+/* Resources:
Name Class RepType Default Value
---- ----- ------- -------------
@@ -88,11 +83,11 @@ SOFTWARE.
#define XtNgripTranslations "gripTranslations"
typedef struct _XawGripCallData {
- XEvent *event; /* the event causing the GripAction */
- String *params; /* the TranslationTable params */
- Cardinal num_params; /* count of params */
+ XEvent *event; /* the event causing the GripAction */
+ String *params; /* the TranslationTable params */
+ Cardinal num_params; /* count of params */
} XawGripCallDataRec, *XawGripCallData,
- GripCallDataRec, *GripCallData; /* supported for R4 compatibility */
+ GripCallDataRec, *GripCallData; /* supported for R4 compatibility */
/* Class Record Constant */