checkbox.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3. <groupdef id="wasabi.checkbox.group" h="18" autowidthsource="checkbox.text">
  4. <!-- DO NOT CHANGE THESE IDS!! -->
  5. <group
  6. id="wasabi.objectframe.group"
  7. x="2" y="4"
  8. w="11" h="11"
  9. />
  10. <ToggleButton
  11. id="checkbox.toggle"
  12. x="4" y="6"
  13. image="wasabi.button.checkbox"
  14. activeImage="wasabi.button.checkbox.pressed"
  15. rectrgn="1"
  16. />
  17. <Wasabi:Text
  18. id="checkbox.text"
  19. default="ERROR"
  20. x="14" y="2"
  21. w="-14" h="14"
  22. relatw="1" wrap="1"
  23. />
  24. </groupdef>
  25. <groupdef id="wasabi.radiobutton.group" h="18" autowidthsource="checkbox.text">
  26. <!-- DO NOT CHANGE THESE IDS!! -->
  27. <layer
  28. id="radio.background"
  29. image="wasabi.button.radio.background"
  30. x="2" y="4"
  31. />
  32. <layer
  33. id="radio.background.display"
  34. image="wasabi.button.radio.background.display"
  35. x="3" y="5"
  36. />
  37. <togglebutton
  38. id="checkbox.toggle"
  39. x="4" y="6"
  40. image="wasabi.button.radio"
  41. activeImage="wasabi.button.radio.pressed"
  42. rectrgn="1"
  43. />
  44. <Wasabi:Text
  45. id="checkbox.text"
  46. default="ERROR"
  47. x="14" y="2"
  48. w="-14" h="14"
  49. relatw="1" wrap="1"
  50. />
  51. </groupdef>
  52. </WinampAbstractionLayer>