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: ┃ R T ┃
Length: 699 (0x2bb) Types: TextFile Names: »RMShell.h«
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3 └─ ⟦fc9b38f02⟧ »DATA« └─⟦8e9e227a9⟧ └─⟦0b3b13f5b⟧ └─ ⟦this⟧ »./RMShell.h«
/*--Rational Environment Menus - Menu Shell */ #ifndef _XtRatMenuShell_h #define _XtRatMenuShell_h #include <X11/Xaw/Simple.h> #include <X11/Shell.h> #define XtNsubMenu "subMenu" #define XtCSubMenu "SubMenu" #define XtNpermanent "permanent" #define XtCPermanent "Permanent" #define XtNcmdPick "cmdPick" #define XtCCmdPick "CmdPick" #define XtNmenuPick "menuPick" #define XtCMenuPick "MenuPick" #define XtNmapped "mapped" #define XtRKeySym "KeySym" #define XtNmenuDepth "menuDepth" #define XtCInt "Int" extern WidgetClass ratMenuShellWidgetClass; typedef struct _RatMenuShellClassRec *RatMenuShellWidgetClass; typedef struct _RatMenuShellRec *RatMenuShellWidget; #endif _XtRatMenuShell_h