gwenhywfar  4.3.3
CocoaGwenGUIProtocol.h
Go to the documentation of this file.
00001 //
00002 //  CocoaGwenGUIProtocol.h
00003 //  CocoaGwenGuiTest
00004 //
00005 //  Created by Samuel Strupp on 12.08.10.
00006 //  Copyright 2010 Synium Software GmbH. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 
00011 
00012 @protocol CocoaGwenGUIProtocol
00013 
00014 - (NSSize) minSize;
00015 - (BOOL) fillX;
00016 - (BOOL) fillY;
00017 
00018 @end