mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
10 lines
196 B
Objective-C
10 lines
196 B
Objective-C
/* WNMainTabViewDelegate */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface WNMainTabViewDelegate : NSTabView
|
|
{
|
|
}
|
|
- (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem;
|
|
@end
|