formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Lists

fz_fuim_list_click_dbl_func

Description

The list double-click callback function.
This callback is designed to allow handling of double mouse clicks in the list.
row_indx is the index to the row item and will always be greater than or equal to -1 and less than the number of items in the list.
If row_indx is -1, the double-click occurred in the title row.
col_indx is the index to the column and will always be greater than or equal to 0 and less than the number of columns in the list.

Plugin Prototype

fzrt_error_td fz_fuim_list_click_dbl_func(

fz_fuim_tmpl_ptr

fuim_tmpl,

fz_fuim_list_ptr

list_ptr,

fzrt_int

row_indx,

fzrt_int

col_indx )

Parameters

fuim_tmpl [Input]

fuim manager

list_ptr [Input]

list pointer

row_indx [Input]

row index

col_indx [Input]

column index

Returns

Error codes

Availability

5.0.0.0

See Also

Defined in

fz_fuim_list_api.h