gwenhywfar
5.11.1beta
gwenhywfar5
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
{
18
BOOL
fillX
;
19
BOOL
fillY
;
20
21
CGFloat
minWidth
;
22
}
23
24
@property
BOOL fillX;
25
@property
BOOL fillY;
26
27
-(NSSize) neededTextSize;
28
29
@end
30
31
#endif
CocoaGwenGUIProtocol.h
CocoaLabel
Definition:
CocoaLabel.h:18
CocoaLabel::minWidth
CGFloat minWidth
Definition:
CocoaLabel.h:22
CocoaLabel::fillX
BOOL fillX
Definition:
CocoaLabel.h:19
CocoaLabel::fillY
BOOL fillY
Definition:
CocoaLabel.h:20
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
Generated by
1.9.1