diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-02 19:20:20 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2008-04-02 19:20:20 -0400 |
commit | ab10720260e2c184b319026da89f4dfd338500bb (patch) | |
tree | a692a27435da0296972e43b21b2f35762e720bfd /English.lproj/World.nib/classes.nib | |
download | moxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip |
Initial commit
Diffstat (limited to 'English.lproj/World.nib/classes.nib')
-rw-r--r-- | English.lproj/World.nib/classes.nib | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/English.lproj/World.nib/classes.nib b/English.lproj/World.nib/classes.nib new file mode 100644 index 0000000..ed5f345 --- /dev/null +++ b/English.lproj/World.nib/classes.nib @@ -0,0 +1,27 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + CLASS = ScrollingTextView; + LANGUAGE = ObjC; + OUTLETS = {theResponder = NSResponder; }; + SUPERCLASS = NSTextView; + }, + { + ACTIONS = {close = id; open = id; }; + CLASS = World; + LANGUAGE = ObjC; + OUTLETS = { + closeDelegate = id; + theConnectButton = NSButton; + theInputView = ScrollingTextView; + theOutputView = ScrollingTextView; + theProgressIndicator = NSProgressIndicator; + theRoomField = NSTextField; + theSplitView = NSSplitView; + }; + SUPERCLASS = NSDocument; + } + ); + IBVersion = 1; +}
\ No newline at end of file |