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