mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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:
parent
00ecc4eefd
commit
7a147011c2
2 changed files with 8 additions and 0 deletions
|
@ -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:]):
|
||||||
|
|
|
@ -393,6 +393,10 @@
|
||||||
Super = NSFormatter;
|
Super = NSFormatter;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NSOpenGLView = {
|
||||||
|
Super = NSView;
|
||||||
|
};
|
||||||
|
|
||||||
NSPanel = {
|
NSPanel = {
|
||||||
Super = NSWindow;
|
Super = NSWindow;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue