mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +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
856794deb4
commit
7c0ecbbb83
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…
Add table
Add a link
Reference in a new issue