diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-24 17:22:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-24 17:22:53 (GMT) |
commit | 8fe41c5f5161f7a62a5a03cb9f3c2298d97d418c (patch) | |
tree | 28dc2d93877f5ee96f7c219e50e5968afd2a11a8 /ChangeLog | |
parent | 0f9c3bda5775877cf26e9c274cc60b759eb99e86 (diff) | |
download | tk-8fe41c5f5161f7a62a5a03cb9f3c2298d97d418c.zip tk-8fe41c5f5161f7a62a5a03cb9f3c2298d97d418c.tar.gz tk-8fe41c5f5161f7a62a5a03cb9f3c2298d97d418c.tar.bz2 |
Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179)
Thanks to Brian Griffin for developing these! [Patch 983886]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-10-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + TIP#177 AND TIP#179 IMPLEMENTATIONS + + * doc/panedwindow.n: Docs for -hide and -stretch options. + * tests/panedwindow.test: Basic tests of -hide and -stretch options. + * generic/tkPanedWindow.c (Slave,slaveOptionSpecs,ComputeGeometry): + (DisplayPanedWindow,ArrangePanes,MoveSash,PanedWindowIdentifyCoords): + Add hide flag and stretch setting to list of options supported on + a panedwindow's slaves. [Patch 983886] Much thanks to Brian Griffin + for these options. + 2004-10-20 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to |