aboutsummaryrefslogtreecommitdiff
path: root/Src/resources/data/freeform/xml/checkbox/checkbox.xml
blob: 6e808e2a12a497ce1a627abd53c3931643880320 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WinampAbstractionLayer version="0.7">

<groupdef id="wasabi.checkbox.group" h="18" autowidthsource="checkbox.text">

  <!-- DO NOT CHANGE THESE IDS!! -->
  <group
    id="wasabi.objectframe.group"
    x="2" y="4"
    w="11" h="11"
  />
  <ToggleButton
    id="checkbox.toggle"
    x="4" y="6" 
    image="wasabi.button.checkbox"
    activeImage="wasabi.button.checkbox.pressed"
    rectrgn="1"
  />

  <Wasabi:Text 
    id="checkbox.text"
    default="ERROR"
    x="14" y="2"
    w="-14" h="14"
    relatw="1" wrap="1"
  />

</groupdef>

<groupdef id="wasabi.radiobutton.group" h="18" autowidthsource="checkbox.text">

  <!-- DO NOT CHANGE THESE IDS!! -->
  <layer 
    id="radio.background"
    image="wasabi.button.radio.background"
    x="2" y="4"
  />
  <layer 
    id="radio.background.display"
    image="wasabi.button.radio.background.display"
    x="3" y="5"
  />
  <togglebutton
    id="checkbox.toggle"
    x="4" y="6" 
    image="wasabi.button.radio"
    activeImage="wasabi.button.radio.pressed"
    rectrgn="1"
  />
  <Wasabi:Text 
    id="checkbox.text"
    default="ERROR"
    x="14" y="2"
    w="-14" h="14"
    relatw="1" wrap="1"
  />

</groupdef>


</WinampAbstractionLayer>