2003-07-31 23:52:10 +00:00
|
|
|
/*
|
|
|
|
AppKit.h
|
|
|
|
|
|
|
|
Main include file for GNUstep GUI Library
|
|
|
|
|
2015-10-15 15:53:56 +00:00
|
|
|
Copyright (C) 1996-2015 Free Software Foundation, Inc.
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
Author: Scott Christley <scottc@net-community.com>
|
|
|
|
Date: 1996
|
|
|
|
|
|
|
|
This file is part of the GNUstep GUI Library.
|
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
2007-10-29 21:16:17 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
2003-07-31 23:52:10 +00:00
|
|
|
License as published by the Free Software Foundation; either
|
2008-06-10 04:01:49 +00:00
|
|
|
version 2 of the License, or (at your option) any later version.
|
2007-10-29 21:16:17 +00:00
|
|
|
|
2003-07-31 23:52:10 +00:00
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2007-10-29 21:16:17 +00:00
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2007-10-29 21:16:17 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2003-07-31 23:52:10 +00:00
|
|
|
License along with this library; see the file COPYING.LIB.
|
2007-10-29 21:16:17 +00:00
|
|
|
If not, see <http://www.gnu.org/licenses/> or write to the
|
|
|
|
Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
2006-11-06 13:58:37 +00:00
|
|
|
Boston, MA 02110-1301, USA.
|
2003-07-31 23:52:10 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _GNUstep_H_AppKit
|
|
|
|
#define _GNUstep_H_AppKit
|
2006-11-06 13:58:37 +00:00
|
|
|
#import <GNUstepBase/GSVersionMacros.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
/* Define library version */
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <GNUstepGUI/GSVersion.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// Foundation
|
|
|
|
//
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <Foundation/Foundation.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// GNUstep GUI Library functions
|
|
|
|
//
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSGraphics.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSActionCell.h>
|
2015-10-15 15:53:56 +00:00
|
|
|
#import <AppKit/NSAnimationContext.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSApplication.h>
|
|
|
|
#import <AppKit/NSAttributedString.h>
|
|
|
|
#import <AppKit/NSBitmapImageRep.h>
|
|
|
|
#import <AppKit/NSBox.h>
|
|
|
|
#import <AppKit/NSBrowser.h>
|
|
|
|
#import <AppKit/NSBrowserCell.h>
|
|
|
|
#import <AppKit/NSButton.h>
|
|
|
|
#import <AppKit/NSButtonCell.h>
|
|
|
|
#import <AppKit/NSCachedImageRep.h>
|
|
|
|
#import <AppKit/NSCell.h>
|
|
|
|
#import <AppKit/NSClipView.h>
|
2013-04-21 17:22:42 +00:00
|
|
|
#import <AppKit/NSCollectionView.h>
|
|
|
|
#import <AppKit/NSCollectionViewItem.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSColor.h>
|
|
|
|
#import <AppKit/NSColorList.h>
|
|
|
|
#import <AppKit/NSColorPanel.h>
|
|
|
|
#import <AppKit/NSColorPicker.h>
|
|
|
|
#import <AppKit/NSColorPicking.h>
|
|
|
|
#import <AppKit/NSColorWell.h>
|
|
|
|
#import <AppKit/NSControl.h>
|
|
|
|
#import <AppKit/NSCursor.h>
|
|
|
|
#import <AppKit/NSCustomImageRep.h>
|
|
|
|
#import <AppKit/NSDataLink.h>
|
|
|
|
#import <AppKit/NSDataLinkManager.h>
|
|
|
|
#import <AppKit/NSDataLinkPanel.h>
|
|
|
|
#import <AppKit/NSDragging.h>
|
|
|
|
#import <AppKit/NSEPSImageRep.h>
|
|
|
|
#import <AppKit/NSEvent.h>
|
|
|
|
#import <AppKit/NSFont.h>
|
|
|
|
#import <AppKit/NSFontManager.h>
|
|
|
|
#import <AppKit/NSFontPanel.h>
|
|
|
|
#import <AppKit/NSForm.h>
|
|
|
|
#import <AppKit/NSFormCell.h>
|
|
|
|
#import <AppKit/NSHelpPanel.h>
|
|
|
|
#import <AppKit/NSImage.h>
|
|
|
|
#import <AppKit/NSImageCell.h>
|
|
|
|
#import <AppKit/NSImageRep.h>
|
|
|
|
#import <AppKit/NSImageView.h>
|
|
|
|
#import <AppKit/NSMatrix.h>
|
|
|
|
#import <AppKit/NSMenu.h>
|
|
|
|
#import <AppKit/NSMenuItem.h>
|
|
|
|
#import <AppKit/NSMenuItemCell.h>
|
|
|
|
#import <AppKit/NSMenuView.h>
|
|
|
|
#import <AppKit/NSNibLoading.h>
|
|
|
|
#import <AppKit/NSOpenPanel.h>
|
|
|
|
#import <AppKit/NSPageLayout.h>
|
|
|
|
#import <AppKit/NSPanel.h>
|
|
|
|
#import <AppKit/NSPasteboard.h>
|
2013-04-21 13:45:20 +00:00
|
|
|
#import <AppKit/NSPopover.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSPopUpButton.h>
|
|
|
|
#import <AppKit/NSPopUpButtonCell.h>
|
|
|
|
#import <AppKit/NSPrinter.h>
|
|
|
|
#import <AppKit/NSPrintInfo.h>
|
|
|
|
#import <AppKit/NSPrintOperation.h>
|
|
|
|
#import <AppKit/NSPrintPanel.h>
|
|
|
|
#import <AppKit/NSResponder.h>
|
|
|
|
#import <AppKit/NSSavePanel.h>
|
|
|
|
#import <AppKit/NSScreen.h>
|
|
|
|
#import <AppKit/NSScroller.h>
|
|
|
|
#import <AppKit/NSScrollView.h>
|
|
|
|
#import <AppKit/NSSelection.h>
|
|
|
|
#import <AppKit/NSSlider.h>
|
|
|
|
#import <AppKit/NSSliderCell.h>
|
|
|
|
#import <AppKit/NSSpellChecker.h>
|
|
|
|
#import <AppKit/NSSpellProtocol.h>
|
|
|
|
#import <AppKit/NSSplitView.h>
|
2013-08-17 13:39:16 +00:00
|
|
|
#import <AppKit/NSStatusBar.h>
|
2013-08-08 20:28:33 +00:00
|
|
|
#import <AppKit/NSStatusItem.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSStringDrawing.h>
|
|
|
|
#import <AppKit/NSText.h>
|
|
|
|
#import <AppKit/NSTextField.h>
|
|
|
|
#import <AppKit/NSTextFieldCell.h>
|
|
|
|
#import <AppKit/NSView.h>
|
|
|
|
#import <AppKit/NSWindow.h>
|
|
|
|
#import <AppKit/NSWorkspace.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2006-11-06 13:58:37 +00:00
|
|
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSAlert.h>
|
|
|
|
#import <AppKit/NSAnimation.h>
|
|
|
|
#import <AppKit/NSAffineTransform.h>
|
|
|
|
#import <AppKit/NSArrayController.h>
|
|
|
|
#import <AppKit/NSBezierPath.h>
|
2011-11-27 23:14:26 +00:00
|
|
|
#import <AppKit/NSColorSpace.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSComboBox.h>
|
|
|
|
#import <AppKit/NSComboBoxCell.h>
|
|
|
|
#import <AppKit/NSController.h>
|
|
|
|
#import <AppKit/NSDocument.h>
|
|
|
|
#import <AppKit/NSDocumentController.h>
|
|
|
|
#import <AppKit/NSDrawer.h>
|
|
|
|
#import <AppKit/NSFileWrapper.h>
|
|
|
|
#import <AppKit/NSFontDescriptor.h>
|
2014-01-31 22:16:06 +00:00
|
|
|
#import <AppKit/NSGlyphGenerator.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSGradient.h>
|
|
|
|
#import <AppKit/NSGraphicsContext.h>
|
|
|
|
#import <AppKit/NSHelpManager.h>
|
|
|
|
#import <AppKit/NSInputManager.h>
|
|
|
|
#import <AppKit/NSInputServer.h>
|
|
|
|
#import <AppKit/NSInterfaceStyle.h>
|
|
|
|
#import <AppKit/NSKeyValueBinding.h>
|
|
|
|
#import <AppKit/NSLayoutManager.h>
|
|
|
|
#import <AppKit/NSLevelIndicator.h>
|
|
|
|
#import <AppKit/NSLevelIndicatorCell.h>
|
|
|
|
#import <AppKit/NSMovie.h>
|
|
|
|
#import <AppKit/NSMovieView.h>
|
|
|
|
#import <AppKit/NSNib.h>
|
|
|
|
#import <AppKit/NSNibDeclarations.h>
|
|
|
|
#import <AppKit/NSObjectController.h>
|
|
|
|
#import <AppKit/NSOpenGL.h>
|
|
|
|
#import <AppKit/NSOpenGLView.h>
|
|
|
|
#import <AppKit/NSOutlineView.h>
|
|
|
|
#import <AppKit/NSParagraphStyle.h>
|
|
|
|
#import <AppKit/NSProgressIndicator.h>
|
|
|
|
#import <AppKit/NSRulerMarker.h>
|
|
|
|
#import <AppKit/NSRulerView.h>
|
|
|
|
#import <AppKit/NSSearchField.h>
|
|
|
|
#import <AppKit/NSSearchFieldCell.h>
|
|
|
|
#import <AppKit/NSSecureTextField.h>
|
|
|
|
#import <AppKit/NSSegmentedCell.h>
|
|
|
|
#import <AppKit/NSSegmentedControl.h>
|
|
|
|
#import <AppKit/NSShadow.h>
|
|
|
|
#import <AppKit/NSSound.h>
|
|
|
|
#import <AppKit/NSSpeechSynthesizer.h>
|
|
|
|
#import <AppKit/NSStepper.h>
|
|
|
|
#import <AppKit/NSStepperCell.h>
|
|
|
|
#import <AppKit/NSTableColumn.h>
|
|
|
|
#import <AppKit/NSTableHeaderCell.h>
|
|
|
|
#import <AppKit/NSTableHeaderView.h>
|
|
|
|
#import <AppKit/NSTableView.h>
|
|
|
|
#import <AppKit/NSTabView.h>
|
|
|
|
#import <AppKit/NSTabViewItem.h>
|
|
|
|
#import <AppKit/NSTextAttachment.h>
|
|
|
|
#import <AppKit/NSTextContainer.h>
|
|
|
|
#import <AppKit/NSTextList.h>
|
|
|
|
#import <AppKit/NSTextStorage.h>
|
|
|
|
#import <AppKit/NSTextTable.h>
|
|
|
|
#import <AppKit/NSTextView.h>
|
2014-01-31 22:16:06 +00:00
|
|
|
#import <AppKit/NSTokenField.h>
|
|
|
|
#import <AppKit/NSTokenFieldCell.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSToolbar.h>
|
|
|
|
#import <AppKit/NSToolbarItem.h>
|
2014-01-31 22:16:06 +00:00
|
|
|
#import <AppKit/NSToolbarItemGroup.h>
|
2013-09-18 22:19:12 +00:00
|
|
|
#import <AppKit/NSTrackingArea.h>
|
2013-08-19 19:10:22 +00:00
|
|
|
#import <AppKit/NSTreeController.h>
|
|
|
|
#import <AppKit/NSTreeNode.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSUserDefaultsController.h>
|
|
|
|
#import <AppKit/NSUserInterfaceValidation.h>
|
2010-05-31 03:46:35 +00:00
|
|
|
#import <AppKit/NSViewController.h>
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/NSWindowController.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
#endif
|
|
|
|
|
2010-03-04 10:12:13 +00:00
|
|
|
#import <AppKit/PSOperators.h>
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
#endif /* _GNUstep_H_AppKit */
|