diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/event.n | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-08-23 Jan Nijtmans <nijtmans@users.sf.net> + + * library/tk.tcl: [Bug 3555644]: Better use of virtual events, + * library/ttk/entry.tcl Add <<ToggleSelection>> virtual event. + * library/ttk/treeview.tcl + 2012-08-22 Jan Nijtmans <nijtmans@users.sf.net> TIP #403 IMPLEMENTATION diff --git a/doc/event.n b/doc/event.n index f45a13f..52cb992 100644 --- a/doc/event.n +++ b/doc/event.n @@ -480,7 +480,12 @@ range of selected contents. Move to the previous group of items (i.e., visible word) in the current widget while extending the range of selected contents. .TP +\fB<<ToggleSelection>>\fR +. +Toggle the selection. +.TP \fB<<Undo>>\fR +. Undo the last action. .SH EXAMPLES .SS "MAPPING KEYS TO VIRTUAL EVENTS" |