[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

double-clicking in *sequence-dialog-item*



   Date: Sun, 16 Dec 90 12:24:25 CST
   From: Tom McDougal <mcdougal@gargoyle.uchicago.edu>

   What do I need to do so that a double-click in a cell of a
   *sequence-dialog-item* is the same as selecting that cell and
   clicking on a default button in the dialog?

Define a DIALOG-ITEM-ACTION for your table which performs the
action if DOUBLE-CLICK-P is true.

   Also, how about selecting multiple cells with shift-click?

This will work if SELECTION-TYPE IS :CONTIGUOUS  or :DISJOINT
(as opposed to :SINGLE0).

   -andrew