mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:20:48 +00:00
Add some support for help links and markers in RTF documents. These
end up as dedicated attachments in attributed strings. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3346dd5d48
commit
e86fae67c3
13 changed files with 1104 additions and 604 deletions
|
@ -239,7 +239,8 @@ GSGormLoader.m \
|
|||
GSGModelLoader.m \
|
||||
GSNibLoader.m \
|
||||
GSXibLoader.m \
|
||||
NSManagedObjectContext.m
|
||||
NSManagedObjectContext.m \
|
||||
GSHelpAttachment.m
|
||||
|
||||
# Turn off NSMenuItem warning that NSMenuItem conforms to <NSObject>,
|
||||
# but does not implement <NSObject>'s methods itself (it inherits
|
||||
|
@ -447,7 +448,8 @@ GSInstantiator.h \
|
|||
GSSoundSink.h \
|
||||
GSSoundSource.h \
|
||||
GSWindowDecorationView.h \
|
||||
GSXibLoading.h
|
||||
GSXibLoading.h \
|
||||
GSHelpAttachment.h
|
||||
|
||||
libgnustep-gui_HEADER_FILES = ${GUI_HEADERS}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue