UF_UNDO_misc_cb_f_t (查看源代码)
 
定义在: uf_undo.h
 

 
UF_UNDO_misc_cb_ret_t UF_UNDO_misc_cb_f_t
(
UF_UNDO_mark_id_t mark_id,
void * closure
)
UF_UNDO_mark_id_tmark_idInput(输入)mark_id - in the case of:
UF_UNDO_misc_cb_set_pre
The mark_id is not used
UF_UNDO_misc_cb_set_post
The mark_id of the mark just set
UF_UNDO_misc_cb_undo_pre
The mark_id of the mark we are about
to undo to;
UF_UNDO_misc_cb_undo_post
The mark_id of the mark we just undid to.
UF_UNDO_misc_cb_chg_vis
The mark_id whose visibility just changed
void *closureInput(输入)The closure argument passed in when this
function was registered.