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

⟦abecf44dc⟧ TextFile

    Length: 1204 (0x4b4)
    Types: TextFile
    Names: »RMLabelP.h«

Derivation

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

TextFile

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

#ifndef _XtRatMenuLabelP_h
#define _XtRatMenuLabelP_h

/***********************************************************************
 *
 * RatMenuLabel Widget Private Data
 *
 ***********************************************************************/

#include "RMLabel.h"
#include <X11/Xaw/LabelP.h>

/* New fields for the RatMenuLabel widget class record */

typedef struct {int foo;} RatMenuLabelClassPart;

/* Full class record declaration */
typedef struct _RatMenuLabelClassRec {
    CoreClassPart		core_class;
    SimpleClassPart		simple_class;
    LabelClassPart		label_class;
    RatMenuLabelClassPart	ratmenulabel_class;
} RatMenuLabelClassRec;

extern RatMenuLabelClassRec ratMenuLabelClassRec;

/* New fields for the RatMenuLabel widget record */
typedef struct {int foo;} RatMenuLabelPart;


/****************************************************************
 *
 * Full instance record declaration
 *
 ****************************************************************/

typedef struct _RatMenuLabelRec {
    CorePart		core;
    SimplePart		simple;
    LabelPart		label;
    RatMenuLabelPart	ratmenulabel;
} RatMenuLabelRec;

#endif _XtRatMenuLabelP_h