Added support for NSOpenGLView in class information file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15025 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-11-19 22:12:54 +00:00
parent 00ecc4eefd
commit 7a147011c2
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-11-19 Gregory John Casamento <greg_casamento@yahoo.com>
* ClassInformation.plist: Added entry for NSOpenGLView.
2002-11-19 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr> 2002-11-19 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* GormObjectEditor.m ([GormObjectEditor +setEditor:forDocument:]): * GormObjectEditor.m ([GormObjectEditor +setEditor:forDocument:]):

View file

@ -393,6 +393,10 @@
Super = NSFormatter; Super = NSFormatter;
}; };
NSOpenGLView = {
Super = NSView;
};
NSPanel = { NSPanel = {
Super = NSWindow; Super = NSWindow;
}; };