summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-16 08:30:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-16 08:30:17 (GMT)
commitcbb0d3cf9c121bd4bb384481c3548b77c6baf69a (patch)
tree8d4987e78fc4a9e4f212ad5d8712240f554b44ab /generic
parente50ff59782eb62c098fa31ce44b5ef22696d23ba (diff)
downloadtk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.zip
tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.gz
tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.bz2
Documentation update: Use Button in stead of ButtonPress and Key in stead of KeyPress events (except once, where we indicate that those are synonymes).
Diffstat (limited to 'generic')
-rw-r--r--generic/ttk/ttkTrack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttkTrack.c b/generic/ttk/ttkTrack.c
index fa2a7e0..0def559 100644
--- a/generic/ttk/ttkTrack.c
+++ b/generic/ttk/ttkTrack.c
@@ -16,11 +16,11 @@
* and is normally set to the ACTIVE state unless another element
* is currently being pressed.
*
- * The active element becomes "pressed" on <ButtonPress> events,
+ * The active element becomes "pressed" on <Button> events,
* and remains "active" and "pressed" until the corresponding
* <ButtonRelease> event.
*
- * TODO: Handle "chords" properly (e.g., <B1-ButtonPress-2>)
+ * TODO: Handle "chords" properly (e.g., <B1-Button-2>)
*/
#include "tkInt.h"