original commit: 6b688673ffea7967156db7570e30dff7de0b9979
This commit is contained in:
Matthew Flatt 1998-07-09 23:05:47 +00:00
parent 23a803d8b2
commit cdb60d3814

View File

@ -940,11 +940,11 @@
(error "string selection not null"))))]
[(send e is-double-click?)
; double-click
(printf "Double-click~n")
(unless (= -1 (send e get-command-int))
(error "selection index is not -1"))
(unless (null? (send e get-command-string))
(error "string selection not null:" (send e get-command-string)))
(printf "Double-click~n")]
(error "string selection not null:" (send e get-command-string)))]
[else
; misc multi-selection
(printf "Changed~n")