mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
da6a352dd3
commit
5f37cdeec0
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue