atkvalue.sgml
来自「linux下图形库开发包atk-1.4.0.tar.gz」· SGML 代码 · 共 68 行
SGML
68 行
<!-- ##### SECTION Title ##### -->AtkValue<!-- ##### SECTION Short_Description ##### -->The ATK interface implemented by valuators and components which display orselect a value from a bounded range of values.<!-- ##### SECTION Long_Description ##### --><para>#AtkValue should be implemented for components which either display avalue from a bounded range, or which allow the user to specify a valuefrom a bounded range, or both. For instance, most sliders and rangecontrols, as well as dials, should have #AtkObject representations whichimplement #AtkValue on the component's behalf. #AtKValues may beread-only, in which case attempts to alter the value return FALSE toindicate failure.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### STRUCT AtkValue ##### --><para>The AtkValue structure does not contain any fields.</para><!-- ##### FUNCTION atk_value_get_current_value ##### --><para></para>@obj: @value: <!-- ##### FUNCTION atk_value_get_maximum_value ##### --><para></para>@obj: @value: <!-- ##### FUNCTION atk_value_get_minimum_value ##### --><para></para>@obj: @value: <!-- ##### FUNCTION atk_value_set_current_value ##### --><para></para>@obj: @value: @Returns:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?