home *** CD-ROM | disk | FTP | other *** search
- /* InterfaceBuilder - IBApplicationAdditions.h
- * Copyright (c) 1995-1996 NeXT Software, Inc.
- * All rights reserved.
- */
-
- #import <InterfaceBuilder/IBDocuments.h>
- #import <InterfaceBuilder/IBEditors.h>
-
- @protocol IB
-
- /* Accessing the document. */
-
- - (id <IBDocuments>)activeDocument;
-
- /* Accessing the selection owner. */
-
- - (id <IBSelectionOwners>)selectionOwner;
-
- /* Querying the mode. */
-
- - (BOOL)isTestingInterface;
-
- @end
-