home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
Palettes
/
Chart
/
ChartPalette.palette
/
English.lproj
/
ChartPalette.nib
/
data.classes
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-07
|
367 b
|
28 lines
PieChart = {
OUTLETS = {
valueMatrix;
labelMatrix;
actionMatrix;
formMatrix;
};
SUPERCLASS = View;
};
BarChart = {
OUTLETS = {
xLabelMatrix;
delegate;
yLabelMatrix;
actionMatrix;
dataSource;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ChartPalette = {
SUPERCLASS = IBPalette;
};