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 - downloadIndex: ┃ T r ┃
Length: 1228 (0x4cc) Types: TextFile Names: »ratmenuP.h«
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦0b3b13f5b⟧ └─ ⟦this⟧ »./ratmenuP.h«
/*--Rational Menus */ /* * ratmenuP.h - Private definitions for RatMenu widgets * */ #ifndef _XtRatMenuP_h #define _XtRatMenuP_h /*********************************************************************** * * RatMenuLabel Widget Private Data * ***********************************************************************/ #include <X11/ratmenu.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 _LabelRec { CorePart core; SimplePart simple; LabelPart label; RatMenuLabelPart ratmenulabel; } RatMenuLabelRec; #endif _XtRatMenuP_h