home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
GCC 1.37.1r14
/
usr
/
gcc-1.37.1r14
/
object oriented files
/
CDRVRTable.h
< prev
next >
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
|
1993-08-02
|
170 b
|
10 lines
|
[
TEXT/KAHL
]
#pragma once
#include <CArrayPane.h>
class CDRVRTable : public CArrayPane
{
public:
virtual void GetCellText( Cell aCell, short availableWidth, StringPtr itsText);
};