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

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