DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦92ecfb960⟧ TextFile

    Length: 2096 (0x830)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦f0aba37fc⟧ 
            └─⟦this⟧ 

TextFile

/*$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 **************************/