feat(undo): 声明撤销/重做按钮回调函数

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 22:48:14 +08:00
parent 256e793ee4
commit e0af409ef5
+4
View File
@@ -18,6 +18,10 @@ int btn_cancel_cb(Ihandle *self);
int btn_help_cb(Ihandle *self);
int btn_lang_cb(Ihandle *self);
// 撤销/重做回调
int btn_undo_cb(Ihandle *self);
int btn_redo_cb(Ihandle *self);
// 搜索回调
int txt_search_cb(Ihandle *self);