gwenhywfar  5.11.1beta
CocoaTextBrowser.h
Go to the documentation of this file.
1 //
2 // CocoaTextBrowser.h
3 //
4 //
5 // Created by Samuel Strupp on 17.08.10.
6 //
7 
8 #import <Cocoa/Cocoa.h>
9 #import <WebKit/WebKit.h>
10 #import "CocoaGwenGUIProtocol.h"
11 
12 @interface CocoaTextBrowser : WebView <CocoaGwenGUIProtocol>
13 {
14  BOOL fillX;
15  BOOL fillY;
16 
17  NSString *loadedString;
18 }
19 
20 @property BOOL fillX;
21 @property BOOL fillY;
22 
23 -(void) setStringValue:(NSString *)value BasePath:(NSString *)base;
24 -(void) setStringValue:(NSString *)value;
25 -(NSString *) stringValue;
26 
27 @end
NSString * loadedString