mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-21 18:51:10 +00:00
Improve inspectors
This commit is contained in:
parent
b7d74838dd
commit
4b932d2613
3 changed files with 10 additions and 1 deletions
|
@ -41,7 +41,13 @@
|
|||
IBOutlet id positiveField;
|
||||
IBOutlet id negativeField;
|
||||
IBOutlet id zeroField;
|
||||
|
||||
NSMutableArray *_testData;
|
||||
}
|
||||
|
||||
- (NSMutableArray *) testData;
|
||||
- (void) setTestData: (NSMutableArray *)data;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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?
|
||||
=================
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue