diff options
author | jenglish <jenglish@flightlab.com> | 2007-11-25 18:11:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-11-25 18:11:10 (GMT) |
commit | 37a492a973a6293e2324e7a9d66dee21daf1d033 (patch) | |
tree | 22175f1ab591c35a78f6f7b5914368ecf10d3186 /ChangeLog | |
parent | 81e551c563bf0c2e7ba07e4b6f207bbae50242df (diff) | |
download | tk-37a492a973a6293e2324e7a9d66dee21daf1d033.zip tk-37a492a973a6293e2324e7a9d66dee21daf1d033.tar.gz tk-37a492a973a6293e2324e7a9d66dee21daf1d033.tar.bz2 |
Internal Ttk_Manager API updates; Fixed [Bug 1343984];
Added [$nb hide] method; [$nb add] on already-managed windows
no longer throws an error, can be used to re-add a hidden tab.
Updated docs and test suite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-11-25 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkManager.h, generic/ttk/ttkManager.c, + generic/ttk/ttkFrame.c, generic/ttk/ttkNotebook.c, + generic/ttk/ttkPanedwindow.c: Internal Ttk_Manager API + updates; Fixed [Bug 1343984]; Added [$nb hide] method; + [$nb add] on already-managed windows no longer throws + an error, can be used to re-add a hidden tab. + + * doc/ttk_notebook.n, tests/ttk/notebook.test, + tests/ttk/panedwindow.test: Updated docs and test suite. + 2007-11-23 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * unix/README: General improvements. |