UF_STYLER_cb_f_t (查看源代码)
 
定义在: uf_styler.h
 
概述
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
)
int (整数型)dialog_idInput(输入)
void *client_dataInput(输入)
UF_STYLER_item_value_type_p_tcall_dataInput(输入)