mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Headers/AppKit/AppKit.h: Add NSCollectionView.h and
NSCollectionViewItem.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12a29ad4d7
commit
a1b3e2e2f5
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/AppKit.h: Add NSCollectionView.h and NSCollectionViewItem.h.
|
||||
|
||||
2013-04-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSCollectionView.m (-_moveUpAndExpandSelection:): Correct
|
||||
|
|
|
@ -56,6 +56,8 @@
|
|||
#import <AppKit/NSCachedImageRep.h>
|
||||
#import <AppKit/NSCell.h>
|
||||
#import <AppKit/NSClipView.h>
|
||||
#import <AppKit/NSCollectionView.h>
|
||||
#import <AppKit/NSCollectionViewItem.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
#import <AppKit/NSColorList.h>
|
||||
#import <AppKit/NSColorPanel.h>
|
||||
|
|
Loading…
Reference in a new issue