mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 09:50:57 +00:00
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:
parent
36394640dd
commit
c26e8587c1
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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>:
|
||||||
|
|
Loading…
Reference in a new issue