home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.3 Development Libraries
/
SGI IRIX 6.3 Development Libraries.iso
/
dist6.3
/
ViewKit_dev.idb
/
usr
/
share
/
src
/
ViewKit
/
Components
/
CBrowser
/
Data.h.z
/
Data.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-20
|
306 b
|
18 lines
#ifndef _C_DATA_
#define _C_DATA_
#include <Vk/VkComponent.h>
typedef VkComponent* (*ComponentProc)(char *name, Widget parent);
typedef struct {
char *name;
ComponentProc proc;
Boolean omitFromOverview;
} ComponentInfo;
extern ComponentInfo componentInfo[];
extern int componentInfoSize;
#endif