proto.h
来自「phab_sample」· C头文件 代码 · 共 13 行
H
13 行
/* ../abmain.c */void main ( int argc , char *argv []);/* ../main.c */int under_widget ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int moving ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int inicia_selecao ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int finaliza_selecao ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int atualiza_ptos ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int seta_cursor ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );int CB_ACT_bt_snap ( PtWidget_t *widget , ApInfo_t *apinfo , PtCallbackInfo_t *cbinfo );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?