home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
PanelSpellCheck.nib
/
data.classes
next >
Wrap
Text File
|
1995-01-19
|
721b
|
55 lines
PanelSpellCheck = {
ACTIONS = {
learnAll:;
toggleLearnedWords:;
editLearnedWords:;
fixCandidate:;
fixAndFind:;
fix:;
guessWord:;
init:;
learn:;
pickBadWord:;
fixAll:;
findAll:;
ignore:;
findNext:;
pickGuessWord:;
};
OUTLETS = {
guessWordSL;
langField;
badList;
badWordBrowser;
badWordSL;
theSelectedWord;
correction;
guessList;
learnList;
findNextButton;
badWord;
guessWordBrowser;
showLearnedWords;
};
SUPERCLASS = Panel;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PasteUp = {
OUTLETS = {
spellPanel;
};
SUPERCLASS = Object;
};
WriteUp = {
ACTIONS = {
appDidInit:;
};
OUTLETS = {
};
SUPERCLASS = PasteUp;
};