提交 0046a590 编写于 作者: yanghye's avatar yanghye

A: view's component events/procs

上级 c32c2a01
......@@ -1561,3 +1561,26 @@ const (
CEF_CROSS_AXIS_ALIGNMENT_CENTER
CEF_CROSS_AXIS_ALIGNMENT_END
)
// /include/internal/cef_types.h (cef_text_style_t)
type TCefTextStyle = types.Int32
const (
CEF_TEXT_STYLE_BOLD TCefTextStyle = iota
CEF_TEXT_STYLE_ITALIC
CEF_TEXT_STYLE_STRIKE
CEF_TEXT_STYLE_DIAGONAL_STRIKE
CEF_TEXT_STYLE_UNDERLINE
)
// /include/internal/cef_types.h (cef_text_field_commands_t)
type TCefTextFieldCommands = types.Int32
const (
CEF_TFC_CUT TCefTextFieldCommands = iota + 1
CEF_TFC_COPY
CEF_TFC_PASTE
CEF_TFC_UNDO
CEF_TFC_DELETE
CEF_TFC_SELECT_ALL
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册