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: ┃ F T ┃
Length: 2097 (0x831) Types: TextFile Names: »FM_H«, »Fm.h«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦this⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧ └─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦f2882457c⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦f2882457c⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦f2882457c⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦f2882457c⟧ └─ ⟦this⟧ »C/Fm.h«
/*$Id: Fm.h,v 1.3 91/04/12 09:46:50 ed Exp $*/ /************************************************************************* * (C) Copyright 1990, NSL * * project: XFaceMaker2 * module : Fm.h * author : NSL * date : February 1990 * * Include file for XFaceMaker2 applications. * ************************************************************************/ #include <X11/Intrinsic.h> /* General Purpose Functions ********************************************/ Widget FmInitialize(); /* * char *name; * char *class; * XrmOptionDescRec *options; * int num_options; * int *argcp; * char **argv; */ void FmLoop(); Widget FmLoad(); /* * char *file_name; */ void FmAttachFunction(); /* * char *name; * int (*function)(); * char *return_type; * int nargs; * char *arg_type1, *arg_type2, ...; */ int FaceEvalString(); /* * Widget widget * char *str; * int param; */ String FmGetVersionString(); /* */ /* Active Value Functions ********************************************/ void FmAttachAv(); /* * char *av_name; * caddr_t addr; */ void FmGetActiveValue(); /* * Widget widget; * char *av_name; */ void FmSetActiveValue(); /* * Widget w; * char *av_name; */ caddr_t FmGetActiveValueAddr(); /* * char *av_name; */ /* Group Widget Functions ********************************************/ int FmLoadGroup(); /* * char *group_name; * char *file_name; */ Widget FmCreateObject(); /* * Widget parent_widget; * char *object_name; * char *group_name; * Arg *args; * int num_args; */ Widget FmCreateManagedObject(); /* * Widget parent_widget; * char *object_name; * char *group_name; * Arg *args; * int num_args; */ void FmDeleteObject(); /* * Widget widget; * */ /* Old function definitions included for backward compatibility *********/ void FmUpdateAv(); /* * char *av_name; */ void FmUpdateWidgetAv(); /* * Widget w; */ void FmSetAv(); /* * char *av_name; */ caddr_t FmGetAv(); /* * char *av_name; */ /* ******************** end of header Fm.h **************************/