mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Added missing classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21109 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3861edb3fa
commit
33bee67221
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-04-14 01:42 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Resources/ClassInformation.plist: Added NSPopUpButtonCell and
|
||||
NSMenuItemCell.
|
||||
|
||||
2005-04-14 00:31 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormClassManager.m: More informative error message when
|
||||
|
|
|
@ -363,6 +363,9 @@
|
|||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
NSMenuItemCell = {
|
||||
Super = NSButtonCell;
|
||||
};
|
||||
NSMutableArray = {
|
||||
Super = NSArray;
|
||||
};
|
||||
|
@ -386,6 +389,9 @@
|
|||
NSPopUpButton = {
|
||||
Super = NSButton;
|
||||
};
|
||||
NSPopUpButtonCell = {
|
||||
Super = NSMenuItemCell;
|
||||
};
|
||||
NSProgressIndicator = {
|
||||
Actions = (
|
||||
"animate:",
|
||||
|
|
Loading…
Reference in a new issue