mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Rebased to master
This commit is contained in:
parent
cad79f2e0e
commit
1b467763bc
4 changed files with 6 additions and 7 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue