Improve inspectors

This commit is contained in:
Gregory John Casamento 2025-02-11 23:35:58 -05:00
parent b7d74838dd
commit 4b932d2613
3 changed files with 10 additions and 1 deletions

View file

@ -41,7 +41,13 @@
IBOutlet id positiveField;
IBOutlet id negativeField;
IBOutlet id zeroField;
NSMutableArray *_testData;
}
- (NSMutableArray *) testData;
- (void) setTestData: (NSMutableArray *)data;
@end
#endif

View file

@ -1,7 +1,7 @@
1 ANNOUNCE
**********
This is version 1.4.0 of Gorm.
This is version 1.5.0 of Gorm.
1.1 What is Gorm?
=================

View file

@ -23,10 +23,13 @@ INSTALL_TEXT_MAIN = install.texi
NEWS_TEXI_FILES = version.texi
NEWS_TEXT_MAIN = news.texi
MAN1_PAGES = gormtool.1
-include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/documentation.make
-include Makefile.postamble