mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 04:42:05 +00:00
Moved two methods into NSAttributedString.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7cf5df31ea
commit
4e176b6c97
1 changed files with 0 additions and 15 deletions
|
@ -100,21 +100,6 @@ enum {
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
/* Convenience for creating an attributed string with an attachment.
|
|
||||||
*/
|
|
||||||
@interface NSAttributedString (NSAttributedStringAttachmentConveniences)
|
|
||||||
|
|
||||||
+ (NSAttributedString *)attributedStringWithAttachment:(NSTextAttachment *)attachment;
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface NSMutableAttributedString (NSMutableAttributedStringAttachmentConveniences)
|
|
||||||
|
|
||||||
- (void)updateAttachmentsFromPath:(NSString *)path;
|
|
||||||
|
|
||||||
@end
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _GNUstep_H_NSTextAttachment */
|
#endif /* _GNUstep_H_NSTextAttachment */
|
||||||
|
|
Loading…
Reference in a new issue