abimport.h

来自「phab_sample」· C头文件 代码 · 共 23 行

H
23
字号
/* Import (extern) header for application - AppBuilder 1.12E */#include "abdefine.h"extern const ApEventLink_t appl_links[];extern ApEventLink_t internal_links[];extern ApWindowLink_t base;extern const ApEventLink_t base_links[];extern ApWidget_t dsbase[9];#ifdef __cplusplusextern "C" {#endifint moving( PtWidget_t *widget, ApInfo_t *data, PtCallbackInfo_t *cbinfo );int under_widget( PtWidget_t *widget, ApInfo_t *data, PtCallbackInfo_t *cbinfo );int inicia_selecao( PtWidget_t *widget, ApInfo_t *data, PtCallbackInfo_t *cbinfo );int finaliza_selecao( PtWidget_t *widget, ApInfo_t *data, PtCallbackInfo_t *cbinfo );int atualiza_ptos( PtWidget_t *widget, ApInfo_t *data, PtCallbackInfo_t *cbinfo );#ifdef __cplusplus}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?