mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:01:22 +00:00
Moved NSAttributedString text attachment method declarations to here.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04a03d6a6a
commit
187c44c4aa
1 changed files with 10 additions and 0 deletions
|
@ -136,6 +136,16 @@ enum {
|
|||
|
||||
@end
|
||||
|
||||
@interface NSAttributedString (NSTextAttachment)
|
||||
+ (NSAttributedString*) attributedStringWithAttachment:
|
||||
(NSTextAttachment*)attachment;
|
||||
- (BOOL) containsAttachments;
|
||||
@end
|
||||
|
||||
@interface NSMutableAttributedString (NSTextAttachment)
|
||||
- (void) updateAttachmentsFromPath: (NSString *)path;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _GNUstep_H_NSTextAttachment */
|
||||
|
|
Loading…
Reference in a new issue