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
/
Element.h.z
/
Element.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
|
269 b
|
20 lines
#ifndef _C_ELEMENT_
#define _C_ELEMENT_
#include <Vk/VkComponent.h>
class Celement : public VkComponent {
public:
Celement(const char *name, Widget parent, int componentIndex);
~Celement();
protected:
Widget label, sep;
VkComponent *component;
};
#endif