summaryrefslogtreecommitdiffstats
path: root/Liaison/chef.lproj/CopyPanel.nib/classes.nib
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:45:08 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:45:08 -0400
commit17349a5e426dc7acf1216a3767a22f69974cbca0 (patch)
tree20029d02f07ab6257cccec36d34fb312f796e1d1 /Liaison/chef.lproj/CopyPanel.nib/classes.nib
downloadliaison-17349a5e426dc7acf1216a3767a22f69974cbca0.tar.gz
liaison-17349a5e426dc7acf1216a3767a22f69974cbca0.zip
Initial commit.
Diffstat (limited to 'Liaison/chef.lproj/CopyPanel.nib/classes.nib')
-rw-r--r--Liaison/chef.lproj/CopyPanel.nib/classes.nib38
1 files changed, 38 insertions, 0 deletions
diff --git a/Liaison/chef.lproj/CopyPanel.nib/classes.nib b/Liaison/chef.lproj/CopyPanel.nib/classes.nib
new file mode 100644
index 0000000..67bc2f5
--- /dev/null
+++ b/Liaison/chef.lproj/CopyPanel.nib/classes.nib
@@ -0,0 +1,38 @@
+{
+ IBClasses = (
+ {
+ CLASS = CopyController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theContentBox = NSBox;
+ theScrollView = NSScrollView;
+ theTemplate = DownloadStatusView;
+ theWindow = NSWindow;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ CLASS = DownloadStatusView;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theButton = NSButton;
+ theFilename = NSTextField;
+ theIcon = NSImageView;
+ theProgressBar = NSProgressIndicator;
+ };
+ SUPERCLASS = NSView;
+ },
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {CLASS = FlippedBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; },
+ {
+ CLASS = NIBConnector;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ theCopyController = CopyController;
+ thePreferencesController = PreferencesController;
+ };
+ SUPERCLASS = NSObject;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file