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.sgml88
1 files changed, 0 insertions, 88 deletions
diff --git a/docs/reference/cspi/tmpl/spi_value.sgml b/docs/reference/cspi/tmpl/spi_value.sgml
deleted file mode 100644
index 4c0a4ae..0000000
--- a/docs/reference/cspi/tmpl/spi_value.sgml
+++ /dev/null
@@ -1,88 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-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 ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### FUNCTION AccessibleValue_ref ##### -->
-<para>
-
-</para>
-
-@obj:
-
-
-<!-- ##### FUNCTION AccessibleValue_unref ##### -->
-<para>
-
-</para>
-
-@obj:
-
-
-<!-- ##### FUNCTION AccessibleValue_getCurrentValue ##### -->
-<para>
-
-</para>
-
-@obj:
-@Returns:
-
-
-<!-- ##### FUNCTION AccessibleValue_getMaximumValue ##### -->
-<para>
-
-</para>
-
-@obj:
-@Returns:
-
-
-<!-- ##### FUNCTION AccessibleValue_getMinimumValue ##### -->
-<para>
-
-</para>
-
-@obj:
-@Returns:
-
-
-<!-- ##### FUNCTION AccessibleValue_setCurrentValue ##### -->
-<para>
-
-</para>
-
-@obj:
-@newValue:
-@Returns:
-
-
-<!-- ##### FUNCTION AccessibleValue_getMinimumIncrement ##### -->
-<para>
-
-</para>
-
-@obj:
-@Returns:
-
-