set old_bg [send $target [list $window cget -background]]
send $target [list $window configure -background #ff69b4]
send $target [list after 200 \
[list catch [list $window configure -background $old_bg]]]
set old_bg [send $target [list $window cget -background]]
send $target [list $window configure -background #ff69b4]
send $target [list after 200 \
[list catch [list $window configure -background $old_bg]]]
# FIXME: for ttk items toggle state active?
set restorestate [send $target [list $window state active]]
send $target [list after 200 [list catch [list $window state $restorestate]]]
# FIXME: for ttk items toggle state active?
set restorestate [send $target [list $window state active]]
send $target [list after 200 [list catch [list $window state $restorestate]]]