diff options
Diffstat (limited to 'gtk/a11y/atspi/Value.xml')
-rw-r--r-- | gtk/a11y/atspi/Value.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk/a11y/atspi/Value.xml b/gtk/a11y/atspi/Value.xml new file mode 100644 index 0000000000..ccd6c7aa59 --- /dev/null +++ b/gtk/a11y/atspi/Value.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/node"> +<interface name="org.a11y.atspi.Value"> + + <property name="MinimumValue" type="d" access="read"/> + + <property name="MaximumValue" type="d" access="read"/> + + <property name="MinimumIncrement" type="d" access="read"/> + + <property name="CurrentValue" type="d" access="readwrite"/> + +</interface> +</node> |