UF_STYLER_cb_f_t (view source)
 
Defined in: uf_styler.h
 
Overview
Callback prototype - All callbacks for the UIStyler contain the
same argument list.
dialog_id - Indicates the dialog that the callback is associated with
client_data - Specified user defined data associated with your dialog.
call_data - Information specific to the UIStyler object type and
callback type.

 
int UF_STYLER_cb_f_t
(
int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t call_data
)
intdialog_idInput
void *client_dataInput
UF_STYLER_item_value_type_p_tcall_dataInput