mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 02:30:59 +00:00
Declare -layoutManager:didCompleteLayoutForTextContainer:atEnd: so it's visible (to gcc and to delegate implementers).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e8b35c9d11
commit
66ae364e43
2 changed files with 19 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2003-02-22 02:34 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/GSLayoutManager.h: Declare
|
||||||
|
-layoutManager:didCompleteLayoutForTextContainer:atEnd: so it's
|
||||||
|
visible (to gcc and to delegate implementers).
|
||||||
|
|
||||||
|
* Source/GSHorizontalTypesetter.m, Source/NSLayoutManager.m: Make
|
||||||
|
sure the extra line frag is always set when we reach the end (ie.
|
||||||
|
even after soft-invalidated layout information has been used up to
|
||||||
|
the end).
|
||||||
|
|
||||||
2003-02-21 Serg Stoyan <stoyan@hologr.com>
|
2003-02-21 Serg Stoyan <stoyan@hologr.com>
|
||||||
|
|
||||||
* Source/NSApplication.m (-activateIgnoringOtherApps:): Remove
|
* Source/NSApplication.m (-activateIgnoringOtherApps:): Remove
|
||||||
|
|
|
@ -333,5 +333,13 @@ layout information.
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
@interface NSObject (GSLayoutManagerDelegate)
|
||||||
|
-(void) layoutManager: (GSLayoutManager *)layoutManager
|
||||||
|
didCompleteLayoutForTextContainer: (NSTextContainer *)textContainer
|
||||||
|
atEnd: (BOOL)atEnd;
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue