home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / CCZ_Skateboard.wal / xml / components.xml < prev    next >
Text File  |  2003-04-26  |  2KB  |  34 lines

  1. <container id="Component" name=":componenttitle" dynamic="1" hold="@all@" default_x="275" default_y="0" minimum_h="232" minimum_w="303">
  2.  
  3.     <!-- This is the group we will insert inside the standard frame -->
  4.     
  5.     <groupdef id="wasabi.dropdownlist.main.group" >
  6.         <group id="wasabi.objectframe.group" x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
  7.         <text id="dropdownlist.text" x="3" y="3" w="-23" h="-6" relatw="1" relath="1" color="255,255,255"/>
  8.         <button id="dropdownlist.button" x="-18" y="1" w="17" h="-2" relatx="1" relath="1" borders="1" image="wasabi.button.label.arrow.down" center_image="1"/>
  9.     </groupdef>
  10.     
  11.     <groupdef id="component.content.group">
  12.         <component x="0" y="0" w="0" relatw="1" h="0" relath="1" param="guid:default"/>
  13.     </groupdef>
  14.  
  15.     <!-- Our actual layout, composed of a standard frame with some content (see above) -->
  16.  
  17.     <layout id="resizable_status" background="component.basetexture"  minimum_h="232" minimum_w="303">
  18.         <!-- the notify tells the standardframe to put this group inside its client area -->
  19.         <group id="wasabi.standardframe.statusbar" x="0" y="0" w="0" h="0" relatw="1" relath="1" notify="content,component.content.group"/>
  20.     </layout>
  21.    
  22.     <layout id="resizable_nostatus" background="component.basetexture"  minimum_h="232" minimum_w="303">
  23.         <group id="wasabi.standardframe.nostatusbar" x="0" y="0" w="0" h="0" relatw="1" relath="1" notify="content,component.content.group"/>
  24.     </layout>
  25.    
  26.     <layout id="modal" background="component.basetexture"  minimum_h="232" minimum_w="303">
  27.         <group id="wasabi.standardframe.modal" x="0" y="0" w="0" h="0" relatw="1" relath="1" notify="content,component.content.group"/>
  28.     </layout>
  29.    
  30.     <layout id="static" background="component.basetexture"  minimum_h="232" minimum_w="303">
  31.         <group id="wasabi.standardframe.static" x="0" y="0" w="0" h="0" relatw="1" relath="1" notify="content,component.content.group"/>
  32.     </layout>
  33.  
  34. </container>