Implement text attachment handling.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-01-31 21:08:24 +00:00
parent 8ec1d6751e
commit 3ea5844deb
9 changed files with 503 additions and 85 deletions

View file

@ -75,8 +75,7 @@
{
NSRect aRect;
// FIXME: We ignore the proposedLineFragment
aRect.origin = position;
aRect.origin = [self cellBaselineOffset];
aRect.size = [self cellSize];
return aRect;
}