Forge: stuff I did only partially.

This commit is contained in:
Jeff Teunissen 2001-11-29 01:02:39 +00:00
parent f192287a3b
commit d16ab6eed0
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ static const char rcsid[] =
[button setImage: [aController buttonImage]];
[button setImagePosition: NSImageAbove];
[button setTarget: aController];
[button setAction: [aController buttonSelector]];
[button setAction: [aController buttonAction]];
[prefsViewList addColumnWithCells: [NSArray arrayWithObject: button]];
[prefsViewList sizeToCells];
[prefsViewList setNeedsDisplay: YES];

View file

@ -46,7 +46,7 @@
- (NSString *) buttonCaption;
- (NSImage *) buttonImage;
- (SEL) buttonSelector;
- (SEL) buttonAction;
- (NSView *) view;
@end