DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T W

⟦55df93d3f⟧ TextFile

    Length: 674 (0x2a2)
    Types: TextFile
    Names: »WidgetWrap.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Src/MTAconsole/WidgetWrap.h« 

TextFile

/*
 * WidgetWrap.h -- header file for the WidgetWrap library.
 *
 * This module was written by Dan Heller <island!argv@sun.com> or
 * <dheller@ucbcory.berkeley.edu>.
 */

/*
 * @(#) $Header: /cs/research/pp/hubris/pp-beta/Src/MTAconsole/RCS/WidgetWrap.h,v 5.0 90/09/20 16:20:21 pp Exp Locker: pp $
 *
 * $Log:	WidgetWrap.h,v $
 * Revision 5.0  90/09/20  16:20:21  pp
 * rcsforce : 5.0 public release
 * 
 *
 */


#ifndef _H_MTACONSOLE_WIDGETWRAP
#define _H_MTACONSOLE_WIDGETWRAP


#define MAXARGS		50
#define XtNargList	"Arglist"
#define XtNmanaged	"Managed"

extern void		WidgetSet(), WidgetGet();
extern Widget		WidgetCreate();
extern char		*GenericWidgetName();


#endif