gwenhywfar
4.10.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gwenhywfar4
gwen-gui-cocoa
CocoaLabel.h
Go to the documentation of this file.
1
//
2
// CocoaLabel.h
3
//
4
//
5
// Created by Samuel Strupp on 10.08.10.
6
//
7
8
9
10
#ifndef COCOA_LABEL_H
11
#define COCOA_LABEL_H
12
13
#import <Cocoa/Cocoa.h>
14
#import "
CocoaGwenGUIProtocol.h
"
15
16
@interface
CocoaLabel
: NSTextField <
CocoaGwenGUIProtocol
> {
17
BOOL
fillX
;
18
BOOL
fillY
;
19
20
CGFloat
minWidth
;
21
}
22
23
@property
BOOL fillX;
24
@property
BOOL fillY;
25
26
-(NSSize) neededTextSize;
27
28
@end
29
30
#endif
Generated on Tue Feb 11 2014 11:09:42 for gwenhywfar by
1.8.1.2