File: 007-multiple_label-for.ui

package info (click to toggle)
gla11y 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 392 kB
  • sloc: python: 955; makefile: 64
file content (18 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<child internal-child="vbox">
	<child>
		<object class="GtkSpinButton" id="colsb1">
  		<accessibility>
  			<relation type="labelled-by" target="column"/>
  		</accessibility>
		</object>
	</child>
        <child>
        	<object class="GtkLabel" id="column">
        		<accessibility>
        			<relation type="label-for" target="colsb1"/>
        			<relation type="label-for" target="colsb2"/>
        		</accessibility>
        	</object>
        </child>
</child>