home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 3.3J
/
os33j.iso
/
private
/
Drivers
/
i386
/
Beep.config
/
French.lproj
/
Inspector.nib
/
data.classes
next >
Wrap
Text File
|
1994-10-04
|
1KB
|
45 lines
IODeviceInspector = {
ACTIONS = {
"channelOrInterruptPicked:" = "channelOrInterruptPicked:";
"rangeDidChange:" = "rangeDidChange:";
"showInfo:" = "showInfo:";
};
OUTLETS = {
accessoryHolder = accessoryHolder;
dmaBox = dmaBox;
dmaMatrix = dmaMatrix;
infoButton = infoButton;
infoPanel = infoPanel;
infoText = infoText;
inspectionView = inspectionView;
irqBox = irqBox;
irqMatrix = irqMatrix;
memoryBox = memoryBox;
memoryController = memoryController;
origWindow = origWindow;
portsBox = portsBox;
portsController = portsController;
statusTitle = statusTitle;
};
SUPERCLASS = Object;
};
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
IOBeepInspector = {
ACTIONS = {
"durationDidChange:" = "durationDidChange:";
"frequencyDidChange:" = "frequencyDidChange:";
"styleDidChange:" = "styleDidChange:";
};
OUTLETS = {
beepView = beepView;
durationField = durationField;
durationSlider = durationSlider;
frequencyField = frequencyField;
frequencySlider = frequencySlider;
styleButton = styleButton;
stylePopup = stylePopup;
table = table;
};
SUPERCLASS = IODeviceInspector;
};