2005-03-19 20:56:22 +00:00
|
|
|
/* InterfaceBuilder.h
|
2003-05-23 02:25:34 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2003 Free Software Foundation, Inc.
|
|
|
|
*
|
|
|
|
* Author: Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
* Date: 2003
|
|
|
|
*
|
|
|
|
* This file is part of GNUstep.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
2011-05-17 21:21:40 +00:00
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
2011-05-17 21:23:13 +00:00
|
|
|
* the Free Software Foundation; either version 2.1 of the License, or
|
2003-05-23 02:25:34 +00:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2011-05-17 21:21:40 +00:00
|
|
|
* GNU Lesser General Public License for more details.
|
2003-05-23 02:25:34 +00:00
|
|
|
*
|
2011-05-17 21:21:40 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
2003-05-23 02:25:34 +00:00
|
|
|
* along with this program; if not, write to the Free Software
|
2005-05-26 03:37:38 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
2003-05-23 02:25:34 +00:00
|
|
|
*/
|
|
|
|
|
2019-11-03 01:57:39 +00:00
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
|
|
#ifndef GNUSTEP
|
|
|
|
//! Project version number for InterfaceBuilder.
|
|
|
|
FOUNDATION_EXPORT double InterfaceBuilderVersionNumber;
|
|
|
|
|
|
|
|
//! Project version string for InterfaceBuilder.
|
|
|
|
FOUNDATION_EXPORT const unsigned char InterfaceBuilderVersionString[];
|
|
|
|
#endif
|
|
|
|
|
2003-05-23 02:25:34 +00:00
|
|
|
#ifndef INCLUDED_INTERFACEBUILDER_H
|
2013-07-03 11:07:55 +00:00
|
|
|
#define INCLUDED_INTERFACEBUILDER_H
|
2003-05-23 02:25:34 +00:00
|
|
|
|
|
|
|
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
2005-01-01 07:39:12 +00:00
|
|
|
#include <InterfaceBuilder/IBCellAdditions.h>
|
|
|
|
#include <InterfaceBuilder/IBCellProtocol.h>
|
2003-05-23 02:25:34 +00:00
|
|
|
#include <InterfaceBuilder/IBConnectors.h>
|
|
|
|
#include <InterfaceBuilder/IBDefines.h>
|
|
|
|
#include <InterfaceBuilder/IBDocuments.h>
|
|
|
|
#include <InterfaceBuilder/IBEditors.h>
|
|
|
|
#include <InterfaceBuilder/IBInspector.h>
|
2004-12-19 13:39:56 +00:00
|
|
|
#include <InterfaceBuilder/IBInspectorManager.h>
|
2019-11-03 01:57:39 +00:00
|
|
|
#include <InterfaceBuilder/IBInspectorMode.h>
|
2003-05-23 02:25:34 +00:00
|
|
|
#include <InterfaceBuilder/IBObjectAdditions.h>
|
2005-01-01 07:39:12 +00:00
|
|
|
#include <InterfaceBuilder/IBObjectProtocol.h>
|
2003-05-23 02:25:34 +00:00
|
|
|
#include <InterfaceBuilder/IBPalette.h>
|
2007-11-30 20:59:03 +00:00
|
|
|
#include <InterfaceBuilder/IBPlugin.h>
|
2005-01-01 07:39:12 +00:00
|
|
|
#include <InterfaceBuilder/IBProjectFiles.h>
|
2019-11-03 01:57:39 +00:00
|
|
|
#include <InterfaceBuilder/IBProjects.h>
|
2005-01-01 07:39:12 +00:00
|
|
|
#include <InterfaceBuilder/IBResourceManager.h>
|
2004-12-18 13:57:26 +00:00
|
|
|
#include <InterfaceBuilder/IBSystem.h>
|
2003-05-23 02:25:34 +00:00
|
|
|
#include <InterfaceBuilder/IBViewAdditions.h>
|
2005-01-01 07:39:12 +00:00
|
|
|
#include <InterfaceBuilder/IBViewProtocol.h>
|
2005-03-19 20:56:22 +00:00
|
|
|
#include <InterfaceBuilder/IBViewResourceDragging.h>
|
2003-05-23 02:25:34 +00:00
|
|
|
|
|
|
|
#endif
|