diff options
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r-- | Source/SPFieldEditorController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h index 76e8a86e..f7b669f4 100644 --- a/Source/SPFieldEditorController.h +++ b/Source/SPFieldEditorController.h @@ -49,6 +49,7 @@ NSString *tmpFileName; int counter; + unsigned long long maxTextLength; NSUserDefaults *prefs; } @@ -65,6 +66,8 @@ - (id)editWithObject:(id)data fieldName:(NSString*)fieldName usingEncoding:(NSStringEncoding)anEncoding isObjectBlob:(BOOL)isFieldBlob isEditable:(BOOL)isEditable withWindow:(NSWindow *)tableWindow; +- (void)setTextMaxLength:(unsigned long long)length; + - (void)processPasteImageData; - (void)processUpdatedImageData:(NSData *)data; |