classes.nib #1

  • //
  • guest/
  • jeff_argast/
  • P4Cocoa/
  • ReadOnlyEditor.nib/
  • classes.nib
  • View
  • Commits
  • Open Download .zip Download (446 B)
{
    IBClasses = (
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        {CLASS = NonCascadingWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
        {
            ACTIONS = {closeButton = id; }; 
            CLASS = ReadOnlyEditorController; 
            LANGUAGE = ObjC; 
            OUTLETS = {fTextView = NSTextView; }; 
            SUPERCLASS = NSWindowController; 
        }
    ); 
    IBVersion = 1; 
}
# Change User Description Committed
#1 2732 Jeff Argast Initial submission of P4Cocoa