home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Winamp / winamp3_0-full.exe / Wacs / xml / guiobjects / checkbox / checkbox.xml
Extensible Markup Language  |  2002-08-03  |  2KB  |  76 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <WinampAbstractionLayer version="0.7">
  3.  
  4. <groupdef id="wasabi.checkbox.group" h="18" autowidthsource="checkbox.text">
  5.  
  6.   <!-- DO NOT CHANGE THESE IDS!! -->
  7.   <group
  8.     id="wasabi.objectframe.group"
  9.     x="0" y="2"
  10.     w="11" h="11"
  11.   />
  12.   <ToggleButton
  13.     id="checkbox.toggle"
  14.     x="2" y="4" 
  15.     image="wasabi.button.checkbox"
  16.     activeImage="wasabi.button.checkbox.pressed"
  17.     rectrgn="1"
  18.   />
  19.  
  20.   <Wasabi:Text 
  21.     id="checkbox.text"
  22.     default="ERROR"
  23.     x="12" y="0"
  24.     w="-12" h="14"
  25.     relatw="1" wrap="1"
  26.   />
  27.  
  28. </groupdef>
  29.  
  30. <groupdef id="wasabi.radiobutton.group" h="18" autowidthsource="checkbox.text">
  31.  
  32.   <!-- DO NOT CHANGE THESE IDS!! -->
  33.   <layer 
  34.     id="radio.background"
  35.     image="wasabi.button.radio.background"
  36.     x="0" y="2"
  37.   />
  38.   <layer 
  39.     id="radio.background.display"
  40.     image="wasabi.button.radio.background.display"
  41.     x="1" y="3"
  42.   />
  43.   <togglebutton
  44.     id="checkbox.toggle"
  45.     x="2" y="4" 
  46.     image="wasabi.button.radio"
  47.     activeImage="wasabi.button.radio.pressed"
  48.     rectrgn="1"
  49.   />
  50.   <Wasabi:Text 
  51.     id="checkbox.text"
  52.     default="ERROR"
  53.     x="12" y="0"
  54.     w="-12" h="14"
  55.     relatw="1" wrap="1"
  56.   />
  57.  
  58. </groupdef>
  59.  
  60. <!--
  61.  
  62. <groupdef id="wasabi.checkbox.test" register_autopopup="1" name="wasabi.checkbox.test">
  63.   <Wasabi:CheckBox x="10" y="10" text="button1"/>
  64.   <Wasabi:CheckBox x="10" y="30" text="button2"/>
  65. </groupdef>
  66.  
  67. <groupdef id="wasabi.radiobutton.test" register_autopopup="1" name="wasabi.radiobutton.test">
  68.   <WasabiRadioGroup id="test.radioid"/>
  69.   <WasabiCheckBox id="id.radio1" x="10" y="10" text="radio1" radioid="test.radioid"/>
  70.   <WasabiCheckBox id="id.radio2" x="10" y="30" text="radio2" radioid="test.radioid"/>
  71. </groupdef>
  72.  
  73. -->
  74.  
  75. </WinampAbstractionLayer>
  76.