home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
CharacterSetPanel.nib
/
data.classes
next >
Wrap
Text File
|
1994-07-27
|
2KB
|
104 lines
CharacterSetInspector = {
OUTLETS = {
fontNameField;
characterMatrix;
};
SUPERCLASS = Object;
};
CharacterSetPanel = {
ACTIONS = {
windowDidUpdate:;
takeCharacterFrom:;
};
OUTLETS = {
characterMatrix;
};
SUPERCLASS = Panel;
};
FirstResponder = {
ACTIONS = {
takeCharacterFrom:;
};
SUPERCLASS = Object;
};
PasteUp = {
ACTIONS = {
appWillTerminate:;
openTemplate:;
open:;
runLineEditor:;
saveAll:;
runGraphicStyles:;
new:;
runPages:;
appDidBecomeActive:;
runAlignment:;
runLinksPanel:;
inspect:;
saveAs:;
close:;
runSpellCheck:;
runParaStyles:;
saveAsTemplate:;
closeAllPanels:;
runFind:;
revert:;
save:;
runPreferences:;
appDidInit:;
runFontPanel:;
};
OUTLETS = {
paraStylesPanel;
paragraphInspector;
unitsInfo;
docTypeScroll;
preferences;
stylesPanel;
graphicsInspector;
styleInfo;
gotoPagesPanel;
columnsInspector;
mainPageView;
infoPanel;
findPanel;
graphicStylesPanel;
inspectorPanel;
spellPanel;
moveByPanel;
linksPanel;
font;
pagesPanel;
preferencesPanel;
alignmentPanel;
toolbar;
deletePagesPanel;
collapsePagesPanel;
zoomPanel;
tabsPanel;
linksInfo;
importPanel;
placementInspector;
undoInfo;
fontAccessory;
pageNumberFormatPanel;
lineEditorPanel;
printAccessory;
addPagesPanel;
strings;
pageLayoutAccessory;
};
SUPERCLASS = Object;
};
WriteUp = {
ACTIONS = {
showInfoPanel:;
appDidInit:;
showCharacterSetPanel:;
};
OUTLETS = {
characterSetPanel;
};
SUPERCLASS = PasteUp;
};