gwenhywfar  4.3.1
CocoaVLineView.h
Go to the documentation of this file.
00001 //
00002 //  CocoaVLineView.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 
00012 @interface CocoaVLineView : NSView <CocoaGwenGUIProtocol> {
00013         BOOL fillX;
00014         BOOL fillY;
00015 }
00016 
00017 @property BOOL fillX;
00018 @property BOOL fillY;
00019 
00020 @end