gwenhywfar 5.10.2
CocoaTabView.h
Go to the documentation of this file.
1//
2// CocoaTabView.h
3//
4//
5// Created by Samuel Strupp on 10.08.10.
6//
7
8#import <Cocoa/Cocoa.h>
10
11@interface CocoaTabView : NSTabView <CocoaGwenGUIProtocol>
12{
13 BOOL fillX;
14 BOOL fillY;
16
17@property BOOL fillX;
18@property BOOL fillY;
19
20@end