1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
transmission/macosx/English.lproj/MainMenu.nib/classes.nib

73 lines
2.6 KiB
Text
Raw Normal View History

2006-01-12 17:43:21 +00:00
{
IBClasses = (
{
ACTIONS = {
advancedChanged = id;
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 17:43:21 +00:00
showInfo = id;
showMainWindow = id;
2006-01-12 18:33:20 +00:00
stopAllTorrents = id;
2006-01-12 17:43:21 +00:00
stopTorrent = id;
};
CLASS = Controller;
LANGUAGE = ObjC;
OUTLETS = {
fAdvancedBarItem = NSMenuItem;
2006-01-12 18:29:20 +00:00
fContextMenu = NSMenu;
2006-01-12 17:43:21 +00:00
fInfoAnnounce = NSTextField;
fInfoDownloaded = NSTextField;
fInfoFolder = NSTextField;
2006-01-12 18:33:20 +00:00
fInfoLeechers = 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;
fInfoTitle = 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:30:10 +00:00
fRemoveItem = NSMenuItem;
2006-01-12 18:33:20 +00:00
fRevealItem = NSMenuItem;
2006-01-12 18:30:10 +00:00
fTableView = TorrentTableView;
2006-01-12 17:43:21 +00:00
fTotalDLField = NSTextField;
fTotalULField = NSTextField;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {cancel = id; check = id; ratio = id; save = id; show = id; };
CLASS = PrefsController;
LANGUAGE = ObjC;
OUTLETS = {
fFolderMatrix = NSMatrix;
fFolderPopUp = NSPopUpButton;
fPortField = NSTextField;
fPrefsWindow = NSWindow;
fUploadCheck = NSButton;
fUploadField = NSTextField;
fWindow = NSWindow;
};
SUPERCLASS = NSObject;
2006-01-12 18:29:20 +00:00
},
{
CLASS = TorrentTableView;
LANGUAGE = ObjC;
OUTLETS = {fController = Controller; };
SUPERCLASS = NSTableView;
2006-01-12 17:43:21 +00:00
}
);
IBVersion = 1;
}