gwenhywfar  4.3.1
CocoaTabView.h
Go to the documentation of this file.
00001 //
00002 //  CocoaTabView.h
00003 //  
00004 //
00005 //  Created by Samuel Strupp on 10.08.10.
00006 //
00007 
00008 #import <Cocoa/Cocoa.h>
00009 #import "CocoaGwenGUIProtocol.h"
00010 
00011 @interface CocoaTabView : NSTabView <CocoaGwenGUIProtocol> {
00012         BOOL fillX;
00013         BOOL fillY;
00014 }
00015 
00016 @property BOOL fillX;
00017 @property BOOL fillY;
00018 
00019 @end