mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
|
@ -1,3 +1,8 @@
|
|||
2009-09-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTextContainer.m (init): Add this method as suggested
|
||||
by Derek Fawcus <dfawcus@cisco.com>.
|
||||
|
||||
2009-09-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSWindow.m (+standardWindowButton:forStyleMask:): Add
|
||||
|
|
|
@ -114,6 +114,11 @@ use bounds rectangle instead of frame? */
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
return [self initWithContainerSize: NSZeroSize];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
if (_textView != nil)
|
||||
|
|
Loading…
Reference in a new issue