pgeditx.h
来自「一OCR的相关资料。.希望对研究OCR的朋友有所帮助.」· C头文件 代码 · 共 21 行
H
21 行
/************************************************************************* * The following functions are the standard external calls that pgeditor makes * to its client programs. They are included explicitly here to avoid making * pgeditor.c dependent on any/all of its clients ***************************************************************************/ //handle for "MODES"void extend_menu(RADIO_MENU *modes_menu, INT16 modes_id_base, //mode cmd ids offset NON_RADIO_MENU *other_menu, //handle for "OTHER" INT16 other_id_base //mode cmd ids offset ); //current modevoid extend_moded_commands(INT32 mode, BOX selection_box //area selected ); //current modevoid extend_unmoded_commands(INT32 cmd_event, char *new_value //changed value if any );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?