gwenhywfar 5.10.1
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>
11
13{
14 BOOL fillX;
15 BOOL fillY;
17 NSString *loadedString;
19
20@property BOOL fillX;
21@property BOOL fillY;
23-(void) setStringValue:(NSString *)value BasePath:(NSString *)base;
24-(void) setStringValue:(NSString *)value;
25-(NSString *) stringValue;
26
27@end
NSString * loadedString