mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:50:38 +00:00
Merge branch 'master' into NSLayoutConstraint_branch
This commit is contained in:
commit
d8ca67cb8c
11 changed files with 561 additions and 3 deletions
|
@ -45,6 +45,9 @@ libgnustep-gui_C_FILES =
|
|||
# The Objective-C source files to be compiled
|
||||
libgnustep-gui_OBJC_FILES = Functions.m \
|
||||
NSAccessibility.m \
|
||||
NSAccessibilityCustomAction.m \
|
||||
NSAccessibilityCustomRotor.m \
|
||||
NSAccessibilityElement.m \
|
||||
NSActionCell.m \
|
||||
NSAffineTransform.m \
|
||||
NSAlert.m \
|
||||
|
@ -360,6 +363,9 @@ AppKitErrors.h \
|
|||
AppKitExceptions.h \
|
||||
NSAccessibility.h \
|
||||
NSAccessibilityConstants.h \
|
||||
NSAccessibilityCustomAction.h \
|
||||
NSAccessibilityCustomRotor.h \
|
||||
NSAccessibilityElement.h \
|
||||
NSAccessibilityProtocols.h \
|
||||
NSActionCell.h \
|
||||
NSAffineTransform.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue