home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / 1674-Sharp.wal / xml / components.xml < prev    next >
Text File  |  2001-11-07  |  999b  |  34 lines

  1.   <include file="components-elements.xml"/>
  2.   
  3. <!--Dynamic containers aren't created at skin loading time but when the 
  4.     component(s) they own is being shown -->
  5.  
  6.   <container id="Component" name=":componenttitle" dynamic="1" component="guid:default" default_x="275" default_y="0">
  7.  
  8.    <!-- This is the group we will insert inside the standard frame -->
  9.  
  10.    <groupdef id="component.content.group">
  11.     <component
  12.       x="0"
  13.       y="0"
  14.       w="0"
  15.       relatw="1"
  16.       h="0"
  17.       relath="1"
  18.       param="guid:default"
  19.     />
  20.    </groupdef>
  21.  
  22.    <!-- Our actual layout, composed of a standard frame with some content (see above) -->
  23.  
  24.    <layout id="normal" background="component.basetexture">
  25.  
  26.      <!-- the notify tells the standardframe to put this group inside its client area -->
  27.      <group id="studio.standardframe" 
  28.       x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  29.       notify="content,component.content.group" 
  30.      />
  31.  
  32.    </layout>
  33.   </container>
  34.