summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/Label.h')
-rw-r--r--include/X11/Xaw/Label.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/include/X11/Xaw/Label.h b/include/X11/Xaw/Label.h
index 03696ae..f0a2be0 100644
--- a/include/X11/Xaw/Label.h
+++ b/include/X11/Xaw/Label.h
@@ -46,15 +46,14 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
+/* $XFree86: xc/lib/Xaw/Label.h,v 1.7 2001/12/14 19:54:40 dawes Exp $ */
#ifndef _XawLabel_h
#define _XawLabel_h
-/***********************************************************************
- *
+/*
* Label Widget
- *
- ***********************************************************************/
+ */
#include <X11/Xaw/Simple.h>
@@ -69,7 +68,7 @@ SOFTWARE.
cursor Cursor Cursor None
cursorName Cursor String NULL
destroyCallback Callback XtCallbackList NULL
- encoding Encoding unsigned char XawTextEncoding8bit
+ encoding Encoding UnsignedChar XawTextEncoding8bit
font Font XFontStruct* XtDefaultFont
foreground Foreground Pixel XtDefaultForeground
height Height Dimension text height
@@ -118,6 +117,14 @@ SOFTWARE.
#define XtCBitmap "Bitmap"
#endif
+#ifndef XtNlabelX
+#define XtNlabelX "labelX"
+#endif
+
+#ifndef XtNlabelY
+#define XtNlabelY "labelY"
+#endif
+
/* Class record constants */
extern WidgetClass labelWidgetClass;