setFrame: in GSTable now autoresize the table. Removed lock/unlock focus

optimizaiont in GSTable which is not very portable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-04-10 00:27:53 +00:00
parent 36394640dd
commit c26e8587c1

View file

@ -1,3 +1,15 @@
Tue Apr 9 23:04:43 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSTable.m ([-setFrame:], [-setFrameSize:]): New methods.
([-resizeWithOldSuperviewSize:]): Removed; code moved into
-_updateForNewFrameSize:.
([-_updateForNewFrameSize:]): New method.
Everywhere: use [super setFrameSize:xxx], not [self
setFrameSize:xxx] to set the frame size after autoresizing
operations.
* Source/GSTable.m ([-lockFocusInRect:, -unlockFocusNeedsFlush:]):
Removed.
Tue Apr 9 22:28:12 2002 Nicola Pero <n.pero@mi.flashnet.it> Tue Apr 9 22:28:12 2002 Nicola Pero <n.pero@mi.flashnet.it>
Patch by Alexander Malmberg <alexander@malmberg.org>: Patch by Alexander Malmberg <alexander@malmberg.org>: