mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:20:48 +00:00
Add NSLayout* classes. Correct API version and email.
This commit is contained in:
parent
b1980268e2
commit
9c5143f1ce
6 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Interface of class NSLayoutAnchor
|
/* Interface of class NSLayoutAnchor
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:52 EDT 2020
|
Date: Sat May 9 16:30:52 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Interface of class NSLayoutConstraint
|
/* Interface of class NSLayoutConstraint
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:22 EDT 2020
|
Date: Sat May 9 16:30:22 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Interface of class NSLayoutGuide
|
/* Interface of class NSLayoutGuide
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:36 EDT 2020
|
Date: Sat May 9 16:30:36 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Implementation of class NSLayoutAnchor
|
/* Implementation of class NSLayoutAnchor
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:52 EDT 2020
|
Date: Sat May 9 16:30:52 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Implementation of class NSLayoutConstraint
|
/* Implementation of class NSLayoutConstraint
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:22 EDT 2020
|
Date: Sat May 9 16:30:22 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Implementation of class NSLayoutGuide
|
/* Implementation of class NSLayoutGuide
|
||||||
Copyright (C) 2020 Free Software Foundation, Inc.
|
Copyright (C) 2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
By: 10_11
|
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||||
Date: Sat May 9 16:30:36 EDT 2020
|
Date: Sat May 9 16:30:36 EDT 2020
|
||||||
|
|
||||||
This file is part of the GNUstep Library.
|
This file is part of the GNUstep Library.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue