Added a new about box class. Added a text field that will eventually be clickable...
[ITKit.git] / English.lproj / AboutBox.nib / classes.nib
diff --git a/English.lproj/AboutBox.nib/classes.nib b/English.lproj/AboutBox.nib/classes.nib
new file mode 100644 (file)
index 0000000..3d7b813
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    IBClasses = (
+        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {
+            CLASS = ITAboutBox; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {
+                "_appIcon" = NSImageView; 
+                "_appName" = NSTextField; 
+                "_companySite" = NSTextField; 
+                "_copyright" = NSTextField; 
+                "_window" = NSWindow; 
+            }; 
+            SUPERCLASS = NSObject; 
+        }, 
+        {CLASS = ITURLTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }
+    ); 
+    IBVersion = 1; 
+}
\ No newline at end of file