home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / xml / minibrowser.xml < prev    next >
Text File  |  2002-08-06  |  3KB  |  107 lines

  1.   <include file="minibrowser-elements.xml"/>
  2.  <!--  <include file="minibrowser-normal.xml"/> --> 
  3.  
  4. <container id="mb" name="Minibrowser" default_x="275" default_y="0" default_w="315" default_h="348" minimum_w="300" minimum_h="300" default_visible="0">
  5. <!-- Nav button and URL group -->
  6.   <groupdef id="minibrowser.content.group">
  7.  
  8.    <layer
  9.      id="placeholder"
  10.      x="10"
  11.      y="4"
  12.      image="minibrowser.button.placeholder"
  13.    />
  14.  
  15.    <button
  16.       id="back"
  17.       x="10"
  18.       y="5"
  19.       image="minibrowser.back.nonpressed"
  20.       downimage="minibrowser.back.pressed"
  21.       action="MB_BACK"
  22.       tooltip="Back"
  23.    />
  24.    <button
  25.       id="forward"
  26.       x="55"
  27.       y="5"
  28.       image="minibrowser.forward.nonpressed"
  29.       downimage="minibrowser.forward.pressed"
  30.       action="MB_FORWARD"
  31.       tooltip="Forward"
  32.    />
  33.    <button
  34.       id="stop"
  35.       x="77"
  36.       y="5"
  37.       image="minibrowser.stop.nonpressed"
  38.       downimage="minibrowser.stop.pressed"
  39.       action="MB_STOP"
  40.       tooltip="Stop"
  41.    />
  42.    <button
  43.       id="refresh"
  44.       x="100"
  45.       y="5"
  46.       image="minibrowser.refresh.nonpressed"
  47.       downimage="minibrowser.refresh.pressed"
  48.       action="MB_REFRESH"
  49.       tooltip="Refresh"
  50.    />
  51.    <button
  52.       id="home"
  53.       x="121"
  54.       y="5"
  55.       image="minibrowser.home.nonpressed"
  56.       downimage="minibrowser.home.pressed"
  57.       action="MB_HOME"
  58.       tooltip="Home"
  59.    />
  60.    <button
  61.       id="favorites"
  62.       x="143"
  63.       y="5"
  64.       image="minibrowser.favorites.nonpressed"
  65.       downimage="minibrowser.favorites.pressed"
  66.       rectrgn="1"
  67.       tooltip="Favorites"
  68.    />
  69.    <edit
  70.       id="url"
  71.       x="167"
  72.       y="5"
  73.       h="16"
  74.       w="-180"
  75.       relatw="1"
  76.       action="MB_URL"
  77.    />
  78.  
  79.    <browser
  80.       id="browser"
  81.       x="2"
  82.       y="27"
  83.       w="-4"
  84.       relatw="1"
  85.       h="-28"
  86.       relath="1"
  87.       url="http://www.deviantart.com/"
  88.       mainmb="1"
  89.    />
  90.  
  91.   </groupdef>
  92.  
  93.    <!-- Minibrowser layout, a standardframe with a browser and a few controls -->
  94.    <!-- This is exactly the same as the one in comp-norm.xml -->
  95.    <!-- only difference is the nav button group is added -->
  96.  
  97.    <layout id="normal" background="component.basetexture" default_w="315" default_h="348" minimum_h="116" minimum_w="275">
  98.  
  99.      <group id="studio.standardframe" 
  100.       x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  101.       notify="content,minibrowser.content.group"
  102.      />
  103.  
  104.    </layout>   
  105.   
  106. </container>
  107.