📄 st-handler-field-api.sgml
字号:
<!-- ##### SECTION Title ##### -->STHandlerField<!-- ##### SECTION Short_Description ##### -->a structure for defining a stream field.<!-- ##### SECTION Long_Description ##### --><para></para><!-- ##### SECTION See_Also ##### --><para>#STHandler</para><!-- ##### STRUCT STHandlerField ##### --><para></para>@id: the ID passed to st_handler_field_new() (read-only)@priv: <!-- ##### ENUM STHandlerFieldFlags ##### --><para></para>@ST_HANDLER_FIELD_VISIBLE: specifies that the field should be visiblein the user interface.@ST_HANDLER_FIELD_EDITABLE: specifies that the user may edit the fieldvalue.@ST_HANDLER_FIELD_VOLATILE: specifies that the field value should notbe saved to permanent storage.@ST_HANDLER_FIELD_NO_DEDICATED_COLUMN: specifies that the field shouldnot have a dedicated column in the stream list.@ST_HANDLER_FIELD_START_HIDDEN: specifies that the field should behidden by default.<!-- ##### FUNCTION st_handler_field_new ##### --><para></para>@id: @label: @type: @flags: @Returns: <!-- ##### FUNCTION st_handler_field_get_label ##### --><para></para>@field: @Returns: <!-- ##### FUNCTION st_handler_field_get_type ##### --><para></para>@field: @Returns: <!-- ##### FUNCTION st_handler_field_get_flags ##### --><para></para>@field: @Returns: <!-- ##### FUNCTION st_handler_field_set_description ##### --><para></para>@field: @description: <!-- ##### FUNCTION st_handler_field_get_description ##### --><para></para>@field: @Returns:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -