[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1246.0. "double click in a list box" by ASDS::WALSH () Tue Aug 08 1989 23:07

    What is the UIL callback for double clicking on a list box item.
    
    I want to double click on an item and that action be executed.
    
    Dan

T.RTitleUserPersonal
Name
DateLines
1246.1single_confirmR2ME2::OBRYANWhen in doubt, let the user decide.Wed Aug 09 1989 03:1215
re:.0  -< double click in a list box >-

>    What is the UIL callback for double clicking on a list box item.

single_confirm is the reason:

callbacks
    {
    single_confirm = procedure tst_single_confirm_proc ( k_tst_ListBox );
    };

Note that if you also define a 'single' callback, it will be called on the
first click of the user's double-click action.