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

⟦32ba3886f⟧ TextFile

    Length: 292 (0x124)
    Types: TextFile
    Names: »co_class.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xmille/control/co_class.h« 

TextFile

/*
 *	object classes used by co routines - private to co!
 */

extern Button		co_OK, co_CANCEL, co_NEW;
extern Scrollbar	co_SCROLL_LEFT_GUI, co_SCROLL_BOTTOM_GUI, co_SCROLL_LEFT_MENU;
extern XFontStruct	*co_font;
extern int		co_fore, co_back, co_background, co_border;
extern Display		*dpy;