mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10601 72102866-910b-0410-8b05-ffd578937521
146 lines
4.4 KiB
C
146 lines
4.4 KiB
C
/*
|
|
AppKit.h
|
|
|
|
Main include file for GNUstep GUI Library
|
|
|
|
Copyright (C) 1996 Free Software Foundation, Inc.
|
|
|
|
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
|
|
modify it under the terms of the GNU Library General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2 of the License, or (at your option) any later version.
|
|
|
|
This library 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 GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with this library; see the file COPYING.LIB.
|
|
If not, write to the Free Software Foundation,
|
|
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
#ifndef _GNUstep_H_AppKit
|
|
#define _GNUstep_H_AppKit
|
|
|
|
/* Define library version */
|
|
#include <AppKit/GSVersion.h>
|
|
|
|
//
|
|
// Foundation
|
|
//
|
|
#include <Foundation/Foundation.h>
|
|
|
|
//
|
|
// GNUstep GUI Library functions
|
|
//
|
|
#include <AppKit/NSGraphics.h>
|
|
|
|
#include <AppKit/NSActionCell.h>
|
|
#include <AppKit/NSAffineTransform.h>
|
|
#include <AppKit/NSApplication.h>
|
|
#include <AppKit/NSAttributedString.h>
|
|
#include <AppKit/NSBezierPath.h>
|
|
#include <AppKit/NSBitmapImageRep.h>
|
|
#include <AppKit/NSBox.h>
|
|
#include <AppKit/NSBrowser.h>
|
|
#include <AppKit/NSBrowserCell.h>
|
|
#include <AppKit/NSButton.h>
|
|
#include <AppKit/NSButtonCell.h>
|
|
#include <AppKit/NSCachedImageRep.h>
|
|
#include <AppKit/NSCStringText.h>
|
|
#include <AppKit/NSCell.h>
|
|
#include <AppKit/NSClipView.h>
|
|
#include <AppKit/NSColor.h>
|
|
#include <AppKit/NSColorList.h>
|
|
#include <AppKit/NSColorPanel.h>
|
|
#include <AppKit/NSColorPicker.h>
|
|
#include <AppKit/NSColorPicking.h>
|
|
#include <AppKit/NSColorWell.h>
|
|
#include <AppKit/NSComboBox.h>
|
|
#include <AppKit/NSComboBoxCell.h>
|
|
#include <AppKit/NSControl.h>
|
|
#include <AppKit/NSCursor.h>
|
|
#include <AppKit/NSCustomImageRep.h>
|
|
#include <AppKit/NSDataLink.h>
|
|
#include <AppKit/NSDataLinkManager.h>
|
|
#include <AppKit/NSDataLinkPanel.h>
|
|
#include <AppKit/NSDragging.h>
|
|
#include <AppKit/NSEPSImageRep.h>
|
|
#include <AppKit/NSEvent.h>
|
|
#include <AppKit/NSFont.h>
|
|
#include <AppKit/NSFontManager.h>
|
|
#include <AppKit/NSFontPanel.h>
|
|
#include <AppKit/NSForm.h>
|
|
#include <AppKit/NSFormCell.h>
|
|
#include <AppKit/NSGraphicsContext.h>
|
|
#include <AppKit/NSHelpPanel.h>
|
|
#include <AppKit/NSImage.h>
|
|
#include <AppKit/NSImageCell.h>
|
|
#include <AppKit/NSImageRep.h>
|
|
#include <AppKit/NSImageView.h>
|
|
#include <AppKit/NSInterfaceStyle.h>
|
|
#include <AppKit/NSMatrix.h>
|
|
#include <AppKit/NSMenu.h>
|
|
#include <AppKit/NSMenuItem.h>
|
|
#include <AppKit/NSMenuItemCell.h>
|
|
#include <AppKit/NSMenuView.h>
|
|
#include <AppKit/NSNibLoading.h>
|
|
#include <AppKit/NSOpenPanel.h>
|
|
#include <AppKit/NSPageLayout.h>
|
|
#include <AppKit/NSPanel.h>
|
|
#include <AppKit/NSParagraphStyle.h>
|
|
#include <AppKit/NSPasteboard.h>
|
|
#include <AppKit/NSPopUpButton.h>
|
|
#include <AppKit/NSPopUpButtonCell.h>
|
|
#include <AppKit/NSPrinter.h>
|
|
#include <AppKit/NSPrintInfo.h>
|
|
#include <AppKit/NSPrintOperation.h>
|
|
#include <AppKit/NSPrintPanel.h>
|
|
#include <AppKit/NSProgressIndicator.h>
|
|
#include <AppKit/NSResponder.h>
|
|
#include <AppKit/NSSavePanel.h>
|
|
#include <AppKit/NSScreen.h>
|
|
#include <AppKit/NSScroller.h>
|
|
#include <AppKit/NSScrollView.h>
|
|
#include <AppKit/NSSecureTextField.h>
|
|
#include <AppKit/NSSelection.h>
|
|
#include <AppKit/NSSlider.h>
|
|
#include <AppKit/NSSliderCell.h>
|
|
#include <AppKit/NSSpellChecker.h>
|
|
#include <AppKit/NSSpellProtocol.h>
|
|
#include <AppKit/NSSpellServer.h>
|
|
#include <AppKit/NSSplitView.h>
|
|
#include <AppKit/NSStringDrawing.h>
|
|
#include <AppKit/NSTableColumn.h>
|
|
#include <AppKit/NSTableHeaderCell.h>
|
|
#include <AppKit/NSTableHeaderView.h>
|
|
#include <AppKit/NSTableView.h>
|
|
#include <AppKit/NSTabView.h>
|
|
#include <AppKit/NSTabViewItem.h>
|
|
#include <AppKit/NSText.h>
|
|
#include <AppKit/NSTextField.h>
|
|
#include <AppKit/NSTextFieldCell.h>
|
|
#include <AppKit/NSTextView.h>
|
|
#include <AppKit/NSView.h>
|
|
#include <AppKit/NSWindow.h>
|
|
#include <AppKit/NSWorkspace.h>
|
|
#include <AppKit/NSNibDeclarations.h>
|
|
|
|
#ifndef STRICT_OPENSTEP
|
|
#include <AppKit/NSLayoutManager.h>
|
|
#include <AppKit/NSTextContainer.h>
|
|
#include <AppKit/NSTextStorage.h>
|
|
#include <AppKit/NSUserInterfaceValidation.h>
|
|
#include <AppKit/NSWindowController.h>
|
|
#endif
|
|
|
|
#include <AppKit/PSOperators.h>
|
|
|
|
#endif /* _GNUstep_H_AppKit */
|