summaryrefslogtreecommitdiff
path: root/docs/reference/cspi/tmpl/spi_value.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/cspi/tmpl/spi_value.sgml')
-rw-r--r--docs/reference/cspi/tmpl/spi_value.sgml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/reference/cspi/tmpl/spi_value.sgml b/docs/reference/cspi/tmpl/spi_value.sgml
index e7c970a..6be0fb6 100644
--- a/docs/reference/cspi/tmpl/spi_value.sgml
+++ b/docs/reference/cspi/tmpl/spi_value.sgml
@@ -2,11 +2,18 @@
AccessibleValue Interface
<!-- ##### SECTION Short_Description ##### -->
-
+An interface implemented by valuators, sliders, and other onscren components
+which allow discrete or continuous values to be manipulated.
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+The Value interface is exposed by sliders, scrollbars, dials, and other
+components which are used to change scalar values in an application. The
+interface may be used to change a value in an "approximately continuous"
+fashion, or in integer increments - the interface allows the client to
+determine the incremental granularity of the adjustments possible, the
+possible range of values, and the current value. It also allows the value to
+be programmatically set, if the implementor's state does not include READONLY.
</para>
<!-- ##### SECTION See_Also ##### -->