mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 10:01:56 +00:00
* Headers/AppKit/AppKit.h: Add a few missing classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8da7d12a08
commit
986af02c51
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Headers/AppKit/AppKit.h: Add a few missing classes.
|
||||||
|
|
||||||
2014-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
2014-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/AppKit/NSAlert.h,
|
* Headers/AppKit/NSAlert.h,
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
#import <AppKit/NSDrawer.h>
|
#import <AppKit/NSDrawer.h>
|
||||||
#import <AppKit/NSFileWrapper.h>
|
#import <AppKit/NSFileWrapper.h>
|
||||||
#import <AppKit/NSFontDescriptor.h>
|
#import <AppKit/NSFontDescriptor.h>
|
||||||
|
#import <AppKit/NSGlyphGenerator.h>
|
||||||
#import <AppKit/NSGradient.h>
|
#import <AppKit/NSGradient.h>
|
||||||
#import <AppKit/NSGraphicsContext.h>
|
#import <AppKit/NSGraphicsContext.h>
|
||||||
#import <AppKit/NSHelpManager.h>
|
#import <AppKit/NSHelpManager.h>
|
||||||
|
@ -180,8 +181,11 @@
|
||||||
#import <AppKit/NSTextStorage.h>
|
#import <AppKit/NSTextStorage.h>
|
||||||
#import <AppKit/NSTextTable.h>
|
#import <AppKit/NSTextTable.h>
|
||||||
#import <AppKit/NSTextView.h>
|
#import <AppKit/NSTextView.h>
|
||||||
|
#import <AppKit/NSTokenField.h>
|
||||||
|
#import <AppKit/NSTokenFieldCell.h>
|
||||||
#import <AppKit/NSToolbar.h>
|
#import <AppKit/NSToolbar.h>
|
||||||
#import <AppKit/NSToolbarItem.h>
|
#import <AppKit/NSToolbarItem.h>
|
||||||
|
#import <AppKit/NSToolbarItemGroup.h>
|
||||||
#import <AppKit/NSTrackingArea.h>
|
#import <AppKit/NSTrackingArea.h>
|
||||||
#import <AppKit/NSTreeController.h>
|
#import <AppKit/NSTreeController.h>
|
||||||
#import <AppKit/NSTreeNode.h>
|
#import <AppKit/NSTreeNode.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue