#ifndef INCLUDED_GormPalettesPref_h #define INCLUDED_GormPalettesPref_h #include #include #include @interface GormPalettesPref : NSObject { id table; id addButton; id removeButton; id window; id _view; NSMutableArray *palettes; } - (NSView *) view; - (void) addAction: (id)sender; - (void) removeAction: (id)sender; @end #endif