|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: R T
Length: 1204 (0x4b4)
Types: TextFile
Names: »RMLabelP.h«
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦8e9e227a9⟧
└─⟦0b3b13f5b⟧
└─⟦this⟧ »./RMLabelP.h«
/*--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