Moved code from NSText to NSTextView; removed some duplicated code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8367 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-19 15:37:03 +00:00
parent da6a352dd3
commit 5f37cdeec0

View file

@ -1,3 +1,21 @@
Tue Dec 19 17:53:35 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSTextView.h: Moved some flags from NSText.h.
* Source/NSTextView.m: Updated for the change in flag name.
* Source/NSText.m ([-initWithCoder:]), ([-encodeWithCoder:]): Code
for the flags moved to NSTextView.m. ([-initWithFrame:]),
([-textContainerInset]), ([-textContainerOrigin]),
([-textContainer]), ([-setTextContainer:]): Removed.
([-initWithFrame:textContainer:]): Code moved to NSTextView.m.
* Source/NSTextView.m ([-backgroundColor]),
([-setBackgroundColor:]), ([-setDrawsBackground:]),
([-drawsBackground]), ([-isEditable]), ([-setSelectable:]),
([-isSelectable]), ([-isFieldEditor]), ([-setFieldEditor:]),
([-usesFontPanel]), ([-setUsesFontPanel:]), ([-isRichText]),
([-importsGraphics]): Removed.
([-setEditable:]), ([-setRichText:]), ([-setImportsGraphics:]):
Extend super's implementation.
Tue Dec 19 00:43:17 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSText.m: Made an abstract class always allocating