apps-gorm/GormInspectorsManager.h
Richard Frith-MacDonald b24b1706c8 Gorm source
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5409 72102866-910b-0410-8b05-ffd578937521
1999-12-08 15:04:57 +00:00

19 lines
381 B
Objective-C

#ifndef GORMINSPECTORSMANAGER_H
#define GORMINSPECTORSMANAGER_H
@interface GormInspectorsManager : NSObject
{
NSPanel *panel;
NSMatrix *selectionView;
NSView *inspectorView;
NSArray *selection;
NSButton *emptyView;
NSButton *multipleView;
IBInspector *inspector;
int current;
}
- (NSPanel*) panel;
- (void) setCurrentInspector: (id)anObject;
@end
#endif