gwenhywfar 5.11.1beta
CocoaGwenGUIProtocol.h
Go to the documentation of this file.
1//
2// CocoaGwenGUIProtocol.h
3// CocoaGwenGuiTest
4//
5// Created by Samuel Strupp on 12.08.10.
6// Copyright 2010 Synium Software GmbH. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@protocol CocoaGwenGUIProtocol
13
14- (NSSize) minSize;
15- (BOOL) fillX;
16- (BOOL) fillY;
17
18@end