Add method init for NSTextContainer as suggested

by Derek Fawcus <dfawcus@cisco.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-09-25 22:08:50 +00:00
parent 82cbf1cf9e
commit 05988a592b
2 changed files with 10 additions and 0 deletions

View file

@ -114,6 +114,11 @@ use bounds rectangle instead of frame? */
return self;
}
- (id) init
{
return [self initWithContainerSize: NSZeroSize];
}
- (void) dealloc
{
if (_textView != nil)