mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 16:18:34 +00:00
12 lines
243 B
Objective-C
12 lines
243 B
Objective-C
/* WNMapTabViewDelegate */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface WNMapTabViewDelegate : NSTabView
|
|
{
|
|
}
|
|
- (void)awakeFromNib;
|
|
-(void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem;
|
|
+(NSMutableString *)getTab;
|
|
@end
|