block_dialog.h
来自「在ug中利用C++编程创建一个块」· C头文件 代码 · 共 41 行
H
41 行
#ifndef BLOCK_DIALOG_H_INCLUDED
#define BLOCK_DIALOG_H_INCLUDED
#include <uf.h>
#include <uf_defs.h>
#include <uf_styler.h>
#ifdef __cplusplus
extern "C" {
#endif
#define BL_BITMAP_0 ("BITMAP_0")
#define BL_SEP_1 ("SEP_1")
#define BL_REAL_2 ("REAL_2")
#define BL_REAL_3 ("REAL_3")
#define BL_REAL_4 ("REAL_4")
#define BL_DIALOG_OBJECT_COUNT ( 5 )
int BL_ok_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
int BL_cancel_cb ( int dialog_id,
void * client_data,
UF_STYLER_item_value_type_p_t callback_data);
#ifdef __cplusplus
}
#endif
#endif /* BLOCK_DIALOG_H_INCLUDED */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?