ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/contrib/gauge/Gauge/Select.h

This is Select.h in view mode; [Download] [Up]

/********************************************************/
/* File: Select.h                                       */
/* Content: Public include file for Select Widget       */
/* Date: 2/1992                                         */
/********************************************************/

#ifndef _Select_h
#define _Select_h

#include <X11/Xaw/Form.h>

/*
Resources:
Name		  Class         RepType		Default Value
----		  -----		-------		-------------
currSnap          CurrSnap      Dimension       1
totalSnap         TotalSnap     Dimension       1
snapWidth         SnapWidth     Dimension       380 
dataPtr           DataPtr       Pointer         NULL   
*/

/* Class record constants */

#define XtCCurrSnap     "CurrSnap"
#define XtCTotalSnap    "TotalSnap"
#define XtCSnapWidth    "SnapWidth"
#define XtCDataPtr      "DataPtr"

#define XtNcurrSnap     "currSnap"
#define XtNtotalSnap    "totalSnap"
#define XtNsnapWidth    "snapWidth"
#define XtNdataPtr      "dataPtr"

extern WidgetClass selectWidgetClass;

typedef struct _SelectClassRec *SelectWidgetClass;
typedef struct _SelectRec      *SelectWidget;

#endif /* _Select_h */
/* DON'T ADD STUFF AFTER THIS #endif */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.