mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Add NSGridView.[hm].
This commit is contained in:
parent
53f211fdda
commit
38f01dab83
2 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,7 @@
|
|||
#import <AppKit/NSGlyphGenerator.h>
|
||||
#import <AppKit/NSGradient.h>
|
||||
#import <AppKit/NSGraphicsContext.h>
|
||||
#import <AppKit/NSGridView.h>
|
||||
#import <AppKit/NSGroupTouchBarItem.h>
|
||||
#import <AppKit/NSHelpManager.h>
|
||||
#import <AppKit/NSInputManager.h>
|
||||
|
|
|
@ -126,6 +126,7 @@ NSGestureRecognizer.m \
|
|||
NSGradient.m \
|
||||
NSGlyphGenerator.m \
|
||||
NSGraphicsContext.m \
|
||||
NSGridView.m \
|
||||
NSGroupTouchBarItem.m \
|
||||
NSHelpPanel.m \
|
||||
NSHelpManager.m \
|
||||
|
@ -400,6 +401,7 @@ NSForm.h \
|
|||
NSFormCell.h \
|
||||
NSGestureRecognizer.h \
|
||||
NSGradient.h \
|
||||
NSGridView.h \
|
||||
NSGroupTouchBarItem.h \
|
||||
NSGlyphGenerator.h \
|
||||
NSGraphicsContext.h \
|
||||
|
|
Loading…
Reference in a new issue