diff options
author | fvogel <fvogelnew1@free.fr> | 2018-03-31 07:17:14 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-03-31 07:17:14 (GMT) |
commit | 9825dadcebf5e7858802142fa09c6fb49aae7d0a (patch) | |
tree | 3a9480435f759c2dacd98a5d45c9571485e72bdf /library | |
parent | cc843590bf0722f7ce2c48e7ca3673ead6b4c522 (diff) | |
download | tk-9825dadcebf5e7858802142fa09c6fb49aae7d0a.zip tk-9825dadcebf5e7858802142fa09c6fb49aae7d0a.tar.gz tk-9825dadcebf5e7858802142fa09c6fb49aae7d0a.tar.bz2 |
Solution from dnikolajevich made thread safe. Thanks to Christian Werner for providing this patch.
Diffstat (limited to 'library')
-rw-r--r-- | library/listbox.tcl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/listbox.tcl b/library/listbox.tcl index 4c93104..16e51bd 100644 --- a/library/listbox.tcl +++ b/library/listbox.tcl @@ -19,12 +19,6 @@ # listboxSelection - All of the items that were selected before the # current selection operation (such as a mouse # drag) started; used to cancel an operation. -# wheel_acc_h_%W - accumulated deltas from the <MouseWheel> event, in -# horizontal direction for window %W -# wheel_acc_v_%W - accumulated deltas from the <MouseWheel> event, in -# vertical direction for window %W -# x - x mouse position -# y - y mouse position #-------------------------------------------------------------------------- #------------------------------------------------------------------------- |