summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/Panner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/Panner.h')
-rw-r--r--include/X11/Xaw/Panner.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/X11/Xaw/Panner.h b/include/X11/Xaw/Panner.h
index 037b257..cc1ddf8 100644
--- a/include/X11/Xaw/Panner.h
+++ b/include/X11/Xaw/Panner.h
@@ -25,6 +25,7 @@ in this Software without prior written authorization from The Open Group.
*
* Author: Jim Fulton, MIT X Consortium
*/
+/* $XFree86: xc/lib/Xaw/Panner.h,v 1.6 2001/12/14 19:54:41 dawes Exp $ */
#ifndef _XawPanner_h
#define _XawPanner_h
@@ -36,9 +37,9 @@ in this Software without prior written authorization from The Open Group.
*
* Panner Widget (subclass of Simple)
*
- * This widget is used to represent navigation in a 2d coordinate system.
+ * This widget is used to represent navigation in a 2d coordinate system
*
- * Parameters:
+ * Resources:
*
* Name Class Type Default
* ---- ----- ---- -------
@@ -64,7 +65,6 @@ in this Software without prior written authorization from The Open Group.
*
*****************************************************************************/
- /* new instance and class names */
#ifndef _XtStringDefs_h_
#define XtNresize "resize"
#define XtCResize "Resize"
@@ -99,7 +99,6 @@ in this Software without prior written authorization from The Open Group.
#define XtNsliderHeight "sliderHeight"
#define XtCSliderHeight "SliderHeight"
- /* external declarations */
extern WidgetClass pannerWidgetClass;
typedef struct _PannerClassRec *PannerWidgetClass;