View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001827VTK(No Category)public2005-05-05 05:372005-05-05 14:26
Reporter 
Assigned ToClinton Stimpson 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001827: Double click event in vtkTk(ImageViewer/Render)Widget
DescriptionThe tcl interaction bindings are updated so that when tk observes a <Double-Button*-?> event, a vtk *Button*Event is fired, with the RepeatCount set to 1.

(e.g.)
tk --> <Double-ButtonPress-1>
vtk --> LeftButtonPressEvent, RepeatCount == 1

Just to note, when you double click on a tk widget, these events are observed in this order:

<ButtonPress-1>
<ButtonRelease-1>
<Double-ButtonPress-1>
<Double-BurronRelease-1>

and the corresponding vtk events are fired.
TagsNo tags attached.
Project
Type
Attached Filespatch file icon binding.tcl.patch [^] (3,025 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0002390)
Goodwin Lawlor (reporter)
2005-05-05 05:47

Added the patch- it also includes the mod for bug 0000637. For some reason I got logged out of the bug tracker just as I submitted the bug. Maybe I timed out. Goodwin
(0002396)
Clinton Stimpson (developer)
2005-05-05 14:26

Done in bindings.tcl version 1.16.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team