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 / config / config-groups.xml next >
Text File  |  2002-06-29  |  4KB  |  144 lines

  1. <!-- =======================================================================================================
  2.  
  3.   Background for config groups base template
  4.  
  5. ======================================================================================================== -->
  6.  
  7. <groupdef id="studio.configgroup.bg">
  8.   <grid
  9.     id="config.item.grid"
  10.     x="0" y="0"
  11.     w="0" h="0"
  12.     relatw="1" relath="1"
  13.     topleft="wasabi.label.top.left"
  14.     top="wasabi.label.top"
  15.     topright="wasabi.label.top.right"
  16.     left="wasabi.label.left"
  17.     middle="wasabi.label.middle"
  18.     right="wasabi.label.right"
  19.     bottomleft="wasabi.label.bottom.left"
  20.     bottom="wasabi.label.bottom"
  21.     bottomright="wasabi.label.bottom.right"
  22.   />
  23. </groupdef>
  24.  
  25.  
  26. <!-- =======================================================================================================
  27.  
  28.   Base template for all config groups 
  29.  
  30. ======================================================================================================== -->
  31.  
  32. <groupdef id="studio.configgroup.std" default_h="16">
  33.  
  34.  <group id="studio.configgroup.bg" 
  35.   x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  36.  />
  37.  
  38.  <text
  39.   id="cfg.txt"
  40.   x="0" y="0"
  41.   w="-45" h="16" relatw="1"
  42.   fontsize="14"
  43.   color="248,248,248"
  44.   shadowx="1" shadowy="1"
  45.  />
  46.  
  47. </groupdef>
  48.  
  49.  
  50. <!-- =======================================================================================================
  51.  
  52.   Integer config attribute group
  53.  
  54. ======================================================================================================== -->
  55.  
  56. <groupdef id="studio.configgroup.int" inherit_group="studio.configgroup.std">
  57.  
  58.  <edit 
  59.   id="cfg.edit"
  60.   x="-45" y="0"
  61.   w="45" h="16" 
  62.   relatx="1"
  63.  />
  64.  
  65.  <button id="cfg.toggle2" x="0" y="0"
  66.   w="0" relatw="1" h="0" relath="1"
  67.  />
  68.  
  69.  <script id="cfg.int" file="scripts/cfgint.maki"/>
  70.  
  71. </groupdef>
  72.  
  73.  
  74. <!-- =======================================================================================================
  75.  
  76.   Boolean config attribute group
  77.  
  78. ======================================================================================================== -->
  79.  
  80. <groupdef id="studio.configgroup.bool" inherit_group="studio.configgroup.std">
  81.  
  82.  <group
  83.    id="wasabi.objectframe.group"
  84.    x="-16" y="3" relatx="1"
  85.    w="11" h="11" ghost="1"
  86.  />
  87.  <togglebutton
  88.   id="cfg.toggle"
  89.   x="-14" y="5" relatx="1"
  90.   image="wasabi.button.checkbox"
  91.   activeImage="wasabi.button.checkbox.pressed"
  92.  />
  93.  
  94.  <button id="cfg.toggle2" x="0" y="0"
  95.   w="0" relatw="1" h="0" relath="1"
  96.  />
  97.  <script id="cfg.bool" file="scripts/cfgbool.maki"/>
  98.  
  99. </groupdef>
  100.  
  101.  
  102. <!-- =======================================================================================================
  103.  
  104.   String config attribute group
  105.  
  106. ======================================================================================================== -->
  107.  
  108. <groupdef id="studio.configgroup.string" default_h="16" inherit_group="studio.configgroup.std">
  109.  
  110.  <edit
  111.   id="cfg.edit"
  112.   x="-150" y="0" relatx="1"
  113.   w="150" h="16"
  114.  />
  115.  <script id="cfg.string" file="scripts/cfgstring.maki"/>
  116.  
  117.  <button id="cfg.toggle2" x="0" y="0"
  118.   w="0" relatw="1" h="0" relath="1"
  119.  />
  120.  
  121. </groupdef>
  122.  
  123.  
  124. <!-- =======================================================================================================
  125.  
  126.   Float config attribute group
  127.  
  128. ======================================================================================================== -->
  129.  
  130. <groupdef id="studio.configgroup.float" default_h="16" inherit_group="studio.configgroup.std">
  131.  
  132.  <edit
  133.   id="cfg.edit"
  134.   x="-150" y="0" relatx="1"
  135.   w="150" h="16"
  136.  />
  137.  
  138.  <button id="cfg.toggle2" x="0" y="0"
  139.   w="0" relatw="1" h="0" relath="1"
  140.  />
  141.  <script id="cfg.float" file="scripts/cfgfloat.maki"/>
  142.  
  143. </groupdef>
  144.