DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ R T

⟦7839b9430⟧ TextFile

    Length: 1341 (0x53d)
    Types: TextFile
    Names: »RMLabel.h«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦0b3b13f5b⟧ 
                └─ ⟦this⟧ »./RMLabel.h« 

TextFile

/*--Rational Environment Menus - Menu Labels */

#ifndef _XtRatMenuLabel_h
#define _XtRatMenuLabel_h

/***********************************************************************
 *
 * RatMenuLabel Widget
 *
 *
 ***********************************************************************/

#include <X11/Xaw/Label.h>

/* Resources:

 Name		     Class		RepType		Default Value
 ----		     -----		-------		-------------
 background	     Foreground		pixel		Black
 border		     BorderColor	pixel		Black
 borderWidth	     BorderWidth	Dimension	0
 cursor		     Cursor		Cursor		None
 destroyCallback     Callback		Pointer		NULL
 font		     Font		FontStruct	fixed
 foreground	     Background		pixel		White
 height		     Height		int		text height
 insensitiveBorder   Insensitive	Pixmap		Black
 internalHeight	     Height		int		2
 internalWidth	     Width		int		4
 justify	     Justify		Justify		Center
 label		     Label		String		NULL
 mappedWhenManaged   MappedWhenManaged	Boolean		True
 sensitive	     Sensitive		Boolean		False
 width		     Width		int		text width
 x		     Position		int		0
 y		     Position		int		0

*/


/* RatMenuLabel Class record constants */

extern WidgetClass ratMenuLabelWidgetClass;

typedef struct _RatMenuLabelClassRec *RatMenuLabelWidgetClass;
typedef struct _RatMenuLabelRec      *RatMenuLabelWidget;

#endif _XtRatMenuLabel_h