TeXviewApp = { ACTIONS = {"appDidInit:" = "appDidInit:"; "setidWindow:" = "setidWindow:"; }; OUTLETS = {tvWindow = tvWindow; }; SUPERCLASS = Application; }; TVPrint = { ACTIONS = { "Set300dpi:" = "Set300dpi:"; "Set400dpi:" = "Set400dpi:"; "SetAllPages:" = "SetAllPages:"; "SetCollated:" = "SetCollated:"; "SetCompressed:" = "SetCompressed:"; "SetCustomResolution:" = "SetCustomResolution:"; "SetCustomdpi:" = "SetCustomdpi:"; "SetFromNum:" = "SetFromNum:"; "SetManualFeed:" = "SetManualFeed:"; "SetNumCopies:" = "SetNumCopies:"; "SetOptions:" = "SetOptions:"; "SetPrinterName:" = "SetPrinterName:"; "SetResolution:" = "SetResolution:"; "SetReversed:" = "SetReversed:"; "SetSync:" = "SetSync:"; "SetToNum:" = "SetToNum:"; "cancel:" = "cancel:"; "print:" = "print:"; "save:" = "save:"; }; OUTLETS = { AllPages = AllPages; Collated = Collated; Compressed = Compressed; CustomDPI = CustomDPI; FromNum = FromNum; ManualFeed = ManualFeed; NumCopies = NumCopies; Options = Options; Popup = Popup; PrinterName = PrinterName; Reversed = Reversed; Synch = Synch; ToNum = ToNum; }; SUPERCLASS = Panel; }; PageView = { ACTIONS = { "TeXamstexit:" = "TeXamstexit:"; "TeXbibtexit:" = "TeXbibtexit:"; "TeXcustomexit:" = "TeXcustomexit:"; "TeXdefaultexit:" = "TeXdefaultexit:"; "TeXeplainit:" = "TeXeplainit:"; "TeXlatex209it:" = "TeXlatex209it:"; "TeXlatexit:" = "TeXlatexit:"; "TeXmakeit:" = "TeXmakeit:"; "TeXslitexit:" = "TeXslitexit:"; "TeXtexit:" = "TeXtexit:"; "changeDPI:" = "changeDPI:"; "changeUnits:" = "changeUnits:"; "clearBuffer:" = "clearBuffer:"; "closeFile:" = "closeFile:"; "fireRandom:" = "fireRandom:"; "firstPage:" = "firstPage:"; "gotoPage:" = "gotoPage:"; "lastPage:" = "lastPage:"; "mock:" = "mock:"; "mockUnmock:" = "mockUnmock:"; "newCustomformat:" = "newCustomformat:"; "newDefaultformat:" = "newDefaultformat:"; "nextPage:" = "nextPage:"; "openFile:" = "openFile:"; "openManual:" = "openManual:"; "prevPage:" = "prevPage:"; "reOpenFile:" = "reOpenFile:"; "setCustomformat:" = "setCustomformat:"; "setDefaultformat:" = "setDefaultformat:"; "setMockSwitch:" = "setMockSwitch:"; "unMock:" = "unMock:"; "unzoom:" = "unzoom:"; "upCustomformat:" = "upCustomformat:"; "upDefaultformat:" = "upDefaultformat:"; "zoom:" = "zoom:"; "zoomUnzoom:" = "zoomUnzoom:"; }; OUTLETS = { command = command; console = console; customformat = customformat; defaultformat = defaultformat; mockSwitch = mockSwitch; myOpenPanel = myOpenPanel; pageNum = pageNum; pageStuff = pageStuff; positionRadio = positionRadio; positionText = positionText; tex = tex; }; SUPERCLASS = ScrollView; }; TVPrintPanel = {SUPERCLASS = Panel; }; FaxView = {ACTIONS = {"faxPSCode:" = "faxPSCode:"; }; OUTLETS = {}; SUPERCLASS = View; }; SheetView = {OUTLETS = {cache = cache; }; SUPERCLASS = View; }; TVWindow = {SUPERCLASS = Window; }; TeXviewObject = { ACTIONS = { "changeGenerate:" = "changeGenerate:"; "changeSize:" = "changeSize:"; "defaultSize:" = "defaultSize:"; "saveConfig:" = "saveConfig:"; }; OUTLETS = { dpiPopup = dpiPopup; generateButtons = generateButtons; pageForm = pageForm; sizeMatrix = sizeMatrix; status = status; zoomed = zoomed; }; SUPERCLASS = Object; }; FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; }; ComScroll = { ACTIONS = { "abortCommand:" = "abortCommand:"; "addText:" = "addText:"; "logCommand:" = "logCommand:"; }; SUPERCLASS = ScrollView; };