1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-29 19:16:23 +00:00
transmission/macosx/English.lproj/MainMenu.nib/classes.nib

119 lines
4.5 KiB
Text
Raw Normal View History

2006-01-12 17:43:21 +00:00
{
IBClasses = (
{
ACTIONS = {
advancedChanged = id;
2006-01-29 22:01:08 +00:00
checkForUpdate = id;
2006-01-12 18:54:46 +00:00
growlRegister = id;
2006-01-12 17:43:21 +00:00
linkForums = id;
linkHomepage = id;
openShowSheet = id;
removeTorrent = id;
2006-01-12 18:29:20 +00:00
removeTorrentDeleteBoth = id;
removeTorrentDeleteData = id;
removeTorrentDeleteFile = id;
2006-01-12 18:33:20 +00:00
resumeAllTorrents = id;
2006-01-12 17:43:21 +00:00
resumeTorrent = id;
2006-01-12 18:33:20 +00:00
revealFromMenu = id;
2006-01-12 18:54:46 +00:00
runCustomizationPalette = id;
showHideToolbar = id;
2006-01-12 17:43:21 +00:00
showInfo = id;
showMainWindow = id;
2006-01-12 18:57:23 +00:00
showPreferenceWindow = id;
2006-01-12 18:33:20 +00:00
stopAllTorrents = id;
2006-01-12 17:43:21 +00:00
stopTorrent = id;
toggleStatusBar = id;
2006-01-12 17:43:21 +00:00
};
CLASS = Controller;
LANGUAGE = ObjC;
OUTLETS = {
fAdvancedBarItem = NSMenuItem;
fInfoAnnounce = NSTextField;
fInfoDownloaded = NSTextField;
fInfoHash1 = NSTextField;
fInfoHash2 = NSTextField;
fInfoImageView = NSImageView;
2006-01-12 18:33:20 +00:00
fInfoLeechers = NSTextField;
fInfoName = NSTextField;
2006-01-12 17:43:21 +00:00
fInfoPanel = NSPanel;
fInfoPieceSize = NSTextField;
fInfoPieces = NSTextField;
2006-01-12 18:33:20 +00:00
fInfoSeeders = NSTextField;
2006-01-12 17:43:21 +00:00
fInfoSize = NSTextField;
fInfoTracker = NSTextField;
fInfoUploaded = NSTextField;
2006-01-12 18:30:10 +00:00
fPauseResumeItem = NSMenuItem;
2006-01-12 17:43:21 +00:00
fPrefsController = PrefsController;
2006-01-12 18:57:23 +00:00
fPrefsWindow = NSPanel;
2006-01-12 18:54:46 +00:00
fRemoveBothItem = NSMenuItem;
fRemoveDataItem = NSMenuItem;
2006-01-12 18:30:10 +00:00
fRemoveItem = NSMenuItem;
2006-01-12 18:54:46 +00:00
fRemoveTorrentItem = NSMenuItem;
2006-01-12 18:33:20 +00:00
fRevealItem = NSMenuItem;
fScrollView = NSScrollView;
2006-01-12 18:54:46 +00:00
fShowHideToolbar = NSMenuItem;
fStats = NSBox;
2006-01-12 18:30:10 +00:00
fTableView = TorrentTableView;
2006-01-12 17:43:21 +00:00
fTotalDLField = NSTextField;
fTotalTorrentsField = NSTextField;
2006-01-12 17:43:21 +00:00
fTotalULField = NSTextField;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = MenuButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
2006-01-12 18:57:23 +00:00
{CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
2006-01-12 17:43:21 +00:00
{
2006-01-12 18:57:23 +00:00
ACTIONS = {
folderSheetShow = id;
2006-01-29 19:47:54 +00:00
setBadge = id;
2006-01-12 18:57:23 +00:00
setDownloadLocation = id;
setLimit = id;
setLimitCheck = id;
setLimitMenu = id;
2006-01-12 18:57:23 +00:00
setPort = id;
setQuickSpeed = id;
2006-01-12 18:57:23 +00:00
setQuitMessage = id;
setRemoveMessage = id;
2006-01-29 22:01:08 +00:00
setUpdate = id;
2006-01-12 18:57:23 +00:00
};
2006-01-12 17:43:21 +00:00
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {
2006-01-29 19:47:54 +00:00
fBadgeDownloadRateCheck = NSButton;
fBadgeUploadRateCheck = NSButton;
2006-01-12 18:57:23 +00:00
fBlankView = NSView;
fDownloadCheck = NSButton;
fDownloadField = NSTextField;
fDownloadLimitItem = NSMenuItem;
fDownloadMenu = NSMenu;
fDownloadNoLimitItem = NSMenuItem;
2006-01-12 17:43:21 +00:00
fFolderPopUp = NSPopUpButton;
2006-01-12 18:57:23 +00:00
fGeneralView = NSView;
fNetworkView = NSView;
2006-01-12 17:43:21 +00:00
fPortField = NSTextField;
2006-01-12 18:57:23 +00:00
fPrefsWindow = NSPanel;
fQuitCheck = NSButton;
fRemoveCheck = NSButton;
2006-01-29 22:01:08 +00:00
fUpdatePopUp = NSPopUpButton;
2006-01-12 17:43:21 +00:00
fUploadCheck = NSButton;
fUploadField = NSTextField;
fUploadLimitItem = NSMenuItem;
fUploadMenu = NSMenu;
fUploadNoLimitItem = NSMenuItem;
2006-01-12 17:43:21 +00:00
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
2006-01-12 18:29:20 +00:00
},
2006-01-12 18:57:23 +00:00
{CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
2006-01-12 18:29:20 +00:00
{
CLASS = TorrentTableView;
LANGUAGE = ObjC;
2006-01-12 18:57:23 +00:00
OUTLETS = {fContextNoRow = NSMenu; fContextRow = NSMenu; fController = Controller; };
2006-01-12 18:29:20 +00:00
SUPERCLASS = NSTableView;
2006-01-12 17:43:21 +00:00
}
);
IBVersion = 1;
}