Tk Source Code

Check-in [44d88741]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview commands) is incorrect until idle tasks are run
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: 44d88741f5f53e0e941a2122b3fd29c5319d25727b2af37668408989312506bc
User & Date: fvogel 2019-05-08 08:40:09.155
Context
2019-05-08
08:48
Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listbox check-in: a71e8712 user: fvogel tags: core-8-6-branch
08:41
Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview commands) is incorrect until idle tasks are run check-in: 0e1dd002 user: fvogel tags: trunk
08:40
Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview commands) is incorrect until idle tasks are run check-in: 44d88741 user: fvogel tags: core-8-6-branch
2019-05-05
19:51
Fix [1ff193f1e3]: improve documentation for ttk::scrollbar check-in: 623d8a97 user: fvogel tags: core-8-6-branch
2019-04-28
20:27
Fix inconsistency in the Tk_GetScrollInfoObj man page. Apparently this was a leftover from [a99dde78] closed check-in: a125fddd user: fvogel tags: bug-8261c517af, bug-2513186fff
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/GetScroll.3.
Changes to doc/ttk_entry.n.
Changes to doc/ttk_treeview.n.
Changes to doc/ttk_widget.n.
Changes to generic/ttk/ttkEntry.c.
Changes to generic/ttk/ttkScroll.c.
Changes to generic/ttk/ttkTreeview.c.
Changes to generic/ttk/ttkWidget.h.
Changes to library/ttk/entry.tcl.
Changes to tests/ttk/entry.test.
Changes to tests/ttk/treeview.test.