mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:40:48 +00:00
Improvement of attributed string loading and attachment display in text
view. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7831bedb6d
commit
ddf1b1a269
6 changed files with 324 additions and 243 deletions
|
@ -219,6 +219,10 @@ enum
|
|||
+ (NSArray *) textUnfilteredFileTypes;
|
||||
+ (NSArray *) textUnfilteredPasteboardTypes;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
+ (NSArray *) textTypes;
|
||||
+ (NSArray *) textUnfilteredTypes;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
|
||||
- (NSData *) docFormatFromRange: (NSRange)range
|
||||
documentAttributes: (NSDictionary *)dict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue