Check-in [91cbaab07a]

Login

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

Overview
Comment:Fix 474 header formatting: add tabs
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91cbaab07a32efa0822882c1cc6b28259fe05eab2a7aeab18cced585e0679a05
User & Date: dkf 2018-05-28 13:29:58.438
Context
2018-05-28
16:08
Clarify private method name interactions. check-in: 413ff82ed0 user: dkf tags: trunk
13:29
Fix 474 header formatting: add tabs check-in: 91cbaab07a user: dkf tags: trunk
13:11
Move 478 to target 8.7 check-in: c9d2533253 user: dkf tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to index.json.

cannot compute difference between binary files

Changes to tip/474.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TIP 474: Treat the mouse wheel events in a uniform way
	Author: Arjen Markus ([email protected])
	State: Draft
	Type: Project
	Vote: Pending
	Created: 25-Aug-2017
	Post-history: PM
	Tcl-Version: 8.6
	Keywords: Tk, events
-----

# Abstract

This TIP proposes to treat the mouse wheel events on all platforms in a
similar way. Currently, a program running on Windows should bind to
"MouseWheel" events, whereas a program running on Linux should bind to

|
|
|
|
|
|
|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TIP 474: Treat the mouse wheel events in a uniform way
	Author:	Arjen Markus ([email protected])
	State:	Draft
	Type:	Project
	Vote:	Pending
	Created:	25-Aug-2017
	Post-history:	PM
	Tcl-Version:	8.6
	Keywords:	Tk, events
-----

# Abstract

This TIP proposes to treat the mouse wheel events on all platforms in a
similar way. Currently, a program running on Windows should bind to
"MouseWheel" events, whereas a program running on Linux should bind to