gwenhywfar  4.10.0beta
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  BOOL fillX;
14  BOOL fillY;
15 
16  NSString* loadedString;
17 }
18 
19 @property BOOL fillX;
20 @property BOOL fillY;
21 
22 -(void) setStringValue:(NSString*)value BasePath:(NSString*)base;
23 -(void) setStringValue:(NSString*)value;
24 -(NSString*) stringValue;
25 
26 @end
NSString * loadedString