|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1439 (0x59f) Types: TextFile Notes: UNIX file Names: »widgets.h«
└─⟦a85bd4a7c⟧ Bits:30004636/disk2.imd INTERACTIVE Motif Environment Development System └─⟦a85bd4a7c⟧ UNIX Filesystem └─⟦this⟧ »xt/new/usr/lib/X11/examples/widgetView/widgets.h«
#ifdef REV_INFO #ifndef lint static char SCCSID[] = "OSF/Motif: @(#)widgets.h 1.1 - 89/08/30 - 12:10:44"; #endif /* lint */ #endif /* REV_INFO */ #define ARROW_BUTTON 0 #define BULLETIN_BOARD 1 #define BULLETIN_BOARD_DIALOG 2 #define CASCADE_BUTTON 3 #define CASCADE_BUTTON_GADGET 4 #define COMMAND 5 #define DIALOG_SHELL 6 #define DRAWING_AREA 7 #define DRAWN_BUTTON 8 #define ERROR_DIALOG 9 #define FILE_SELECTION_BOX 10 #define FILE_SELECTION_DIALOG 11 #define FORM 12 #define FORM_DIALOG 13 #define FRAME 14 #define INFORMATION_DIALOG 15 #define LABEL 16 #define LABEL_GADGET 17 #define LIST 18 #define MENU_BAR 19 #define MENU_SHELL 20 static char *widgetlist [] = {"Arrow Button", "BulletinBoard", "BulletinBoardDialog", "CascadeButton", "CascadeButtonGadget", "Command", "Dialog Shell", "Drawing Area", "Drawn Button", "Error Dialog", "File Selection Box", "File Selection Dialog", "Form", "Form Dialog", "Frame", "Information Dialog", "Label", "Label Gadget", "List", "Menu Bar", "Menu Shell", "END"}; typedef struct _scale_types { char type [25]; int minimum; int maximum; }SCALE_TYPES; static SCALE_TYPES scale_vals [] = {"Position", 0, 250, "Dimension", 0, 250, "Int", 0, 250, "Short", 0, 50, "END", 0, 0}; static char *toggle_types [] = {"Boolean", "END"};