diff options
author | jenglish <jenglish@flightlab.com> | 2007-06-10 03:25:31 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-06-10 03:25:31 (GMT) |
commit | 6eb8176a7b42558bdb5ffa99b82a3d9839982deb (patch) | |
tree | a2107ff444528de2a2aeab10c2b81ea1c6fc2094 /ChangeLog | |
parent | 9764501288b757d0532c4eb230b67d2e69cefb0b (diff) | |
download | tk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.zip tk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.tar.gz tk-6eb8176a7b42558bdb5ffa99b82a3d9839982deb.tar.bz2 |
Added -width and -height options.
Added 'panes' method, return list of managed windows.
'sashpos' method is now documented as part of the public interface,
and details clarified.
Should be easier to set initial sash positions now [Alleviates #1659067].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-06-09 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkPanedwindow.c, doc/ttk_panedwindow.n, + tests/ttk/panedwindow.test: Added -width and -height options. + Added 'panes' method, return list of managed windows. + 'sashpos' method is now documented as part of the public + interface, and details clarified. Should be easier + to set initial sash positions now [Alleviates #1659067]. + 2007-06-09 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. |