mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Forge: stuff I did only partially.
This commit is contained in:
parent
f192287a3b
commit
d16ab6eed0
2 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
- (NSString *) buttonCaption;
|
||||
- (NSImage *) buttonImage;
|
||||
- (SEL) buttonSelector;
|
||||
- (SEL) buttonAction;
|
||||
- (NSView *) view;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue