diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 14:07:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 14:07:01 (GMT) |
commit | 55fc45d3848765ca195aa690d8eeb9711f2ecc19 (patch) | |
tree | 51165ecdb3b3461eb8dcb9f1c5552063119464fb /ChangeLog | |
parent | fceafda7d034e62bd12688c6f2a85c3dc32c67cc (diff) | |
download | tk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.zip tk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.tar.gz tk-55fc45d3848765ca195aa690d8eeb9711f2ecc19.tar.bz2 |
Fixed panedwindow binding bugs and added demos for it too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * library/demos/widget: New section "Paned Windows" + * library/demos/paned2.tcl, library/demos/paned1.tcl: New files. + + * library/panedwindow.tcl (ReleaseSash): Added missing arguments. + * library/tk.tcl: Bindings for paned window were not being loaded + by default. + * unix/tkUnixMenu.c (GetMenuLabelGeometry,DrawMenuEntryLabel): Stop meaningless GCC warnings. |