mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:00:38 +00:00
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:
parent
82cbf1cf9e
commit
05988a592b
2 changed files with 10 additions and 0 deletions
|
@ -114,6 +114,11 @@ use bounds rectangle instead of frame? */
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
return [self initWithContainerSize: NSZeroSize];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
if (_textView != nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue