From: <no...@tc...> - 2025-06-24 20:33:23
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [a6ca763bf570801a5aaf447ca7bdedf97d675be47293e23b8d6aa04cdda3b6d4] [Word "catched" on the man page DropSite.html] By lindblad For BWidget On 2025-06-24T20:19:18.101 Details https://core.tcl-lang.org/bwidget/tinfo?name=a6ca763bf570801a5aaf447ca7bdedf97d675be47293e23b8d6aa04cdda3b6d4 Ticket https://core.tcl-lang.org/bwidget/tktview/261ec7816cf7c18245fa86b127d9c9a4f193c304 Changed Fields icomment: > Perhaps the word recognized or recognised may be used. Noted, however is the below of any use in considering documentation improvement? I presume there is some association of the .html file with the dropsite.tcl file. As follows is the grep output for the -dropovercmd events being documented. $ grep Enter *.tcl arrow.tcl: bind BwArrowButtonC <Enter> {ArrowButton::_enter %W} button.tcl: bind BwButton <Enter> {Button::_enter %W} color.tcl: bind $f <Enter> {focus %W} color.tcl: bind $f <Enter> {focus %W} combobox.tcl: $listb bindText <Enter> [list $listb selection set] combobox.tcl: $listb bindImage <Enter> [list $listb selection set] dialog.tcl: bind $path <KP_Enter> [list ButtonBox::invoke $path.bbox default] dynhelp.tcl: bind BwHelpBalloon <Enter> {DynamicHelp::_motion_balloon enter %W %X %Y} dynhelp.tcl: bind BwHelpVariable <Enter> {DynamicHelp::_motion_info %W} dynhelp.tcl: $path bind BwHelpBalloon <Enter> \\ dynhelp.tcl: $path tag bind $tagOrItem <Enter> \\ dynhelp.tcl: $path bind BwHelpVariable <Enter> \\ dynhelp.tcl: $path tag bind $tagOrItem <Enter> \\ notebook.tcl: $path.c bind p:$page <Enter> \\ notebook.tcl: $path.c bind $page:jmg <Enter> \\ $ grep Leave *.tcl arrow.tcl: bind BwArrowButtonC <Leave> {ArrowButton::_leave %W} button.tcl: bind BwButton <Leave> {Button::_leave %W} dynhelp.tcl: bind BwHelpBalloon <Leave> {DynamicHelp::_motion_balloon leave %W %X %Y} dynhelp.tcl: bind BwHelpVariable <Leave> {DynamicHelp::_leave_info %W} dynhelp.tcl: $path bind BwHelpBalloon <Leave> \\ dynhelp.tcl: $path tag bind $tagOrItem <Leave> \\ dynhelp.tcl: $path bind BwHelpVariable <Leave> \\ dynhelp.tcl: $path tag bind $tagOrItem <Leave> \\ dynhelp.tcl:# Leave event may be called twice (in case of pointer grab) notebook.tcl: # the <Leave> event fires and resets data($page,rimage) before notebook.tcl: $path.c bind p:$page <Leave> \\ notebook.tcl: $path.c bind $page:jmg <Leave> \\ $ grep Motion *.tcl color.tcl: bind $c1 <B1-Motion> [list SelectColor::_select_hue_sat %x %y] color.tcl ...((truncated)) login: lindblad ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |