mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Added these files...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14194 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe597a7c3b
commit
264b05f679
1 changed files with 11 additions and 0 deletions
11
Resources/GormCustomClassInspector.classes
Normal file
11
Resources/GormCustomClassInspector.classes
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
GormCustomClassInspector = {
|
||||
Actions = (
|
||||
"select:"
|
||||
);
|
||||
Outlets = (
|
||||
browser
|
||||
);
|
||||
Super = IBInspector;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue