Rebased to master

This commit is contained in:
Gregory John Casamento 2024-02-10 17:52:20 -05:00
parent cad79f2e0e
commit 1b467763bc
4 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,8 @@
/* Definition of class NSTableCellView
Copyright (C) 2022 Free Software Foundation, Inc.
By: Gregory John Casamento
Date: 12-12-2022
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: 03-09-2022
This file is part of the GNUstep Library.
@ -78,4 +78,3 @@ APPKIT_EXPORT_CLASS
#endif /* GS_API_MACOSX */
#endif /* _NSTableCellView_h_GNUSTEP_GUI_INCLUDE */

View file

@ -1,7 +1,7 @@
/* Definition of class NSTableRowView
Copyright (C) 2022 Free Software Foundation, Inc.
By: Gregory John Casamento
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: 03-09-2022
This file is part of the GNUstep Library.
@ -44,4 +44,3 @@ extern "C" {
#endif /* GS_API_MACOSX */
#endif /* _NSTableRowView_h_GNUSTEP_GUI_INCLUDE */

View file

@ -267,6 +267,7 @@ NSTableHeaderView.m \
NSTableHeaderCell.m \
NSTableView.m \
NSTableViewRowAction.m \
NSTableCellView.m \
NSTableRowView.m \
NSText.m \
NSTextAlternatives.m \
@ -589,6 +590,7 @@ NSTableHeaderCell.h \
NSTableHeaderView.h \
NSTableView.h \
NSTableViewRowAction.h \
NSTableCellView.h \
NSTableRowView.h \
NSText.h \
NSTextAlternatives.h \

View file

@ -2,7 +2,7 @@
Copyright (C) 2022 Free Software Foundation, Inc.
By: Gregory John Casamento
Date: 12-12-2022
Date: 03-09-2022
This file is part of the GNUstep Library.
@ -167,4 +167,3 @@
}
@end