home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2001 June / JOYCD127CD_2.iso / data / sharewares / audio / wa3install_alpha6.exe / Skins / Default.wal / xml / thinger-normal.xml < prev    next >
Text File  |  2001-04-18  |  2KB  |  98 lines

  1.    <layout id="sw" background="thinger.background">
  2.  
  3.     <layer id="placeholder" x="0" y="0" image="thinger.placeholder"/>
  4.  
  5.     <!-- Titlebar -->
  6.     <button
  7.       id="sysbutton"
  8.       action="SYSMENU"
  9.       x="5" y="3"
  10.       image="thinger.button.menu"
  11.       downImage="thinger.button.menu.pressed"
  12.     />
  13.     <layer
  14.       id="blah"
  15.       dblClickAction="SWITCH;shade"
  16.       x="22" y="4"
  17.       image="thinger.titlebar.active.left"
  18.     />
  19.     <layer
  20.       id="blah"
  21.       dblClickAction="SWITCH;shade"
  22.       x="29" y="4" w="78"
  23.       image="thinger.titlebar.active.center"
  24.     />
  25.     <layer
  26.       id="blah"
  27.       dblClickAction="SWITCH;shade"
  28.       x="107" y="4"
  29.       image="thinger.titlebar.active.right"
  30.     />
  31.  
  32.     <layer
  33.       id="blah"
  34.       dblClickAction="SWITCH;shade"
  35.       x="115" y="2"
  36.       image="thinger.titlebar.text.active"
  37.     />
  38.  
  39.     <layer
  40.       id="blah"
  41.       dblClickAction="SWITCH;shade"
  42.       x="166" y="4"
  43.       image="thinger.titlebar.active.left"
  44.     />
  45.     <layer
  46.       id="blah"
  47.       dblClickAction="SWITCH;shade"
  48.       x="173" y="4" w="74"
  49.       image="thinger.titlebar.active.center"
  50.     />
  51.     <layer
  52.       id="blah"
  53.       dblClickAction="SWITCH;shade"
  54.       x="247" y="4"
  55.       image="thinger.titlebar.active.right"
  56.     />
  57.     <button
  58.       id="Close"
  59.       action="CLOSE"
  60.       x="257" y="3"
  61.       image="thinger.close.unpressed"
  62.       downImage="thinger.close.pressed"
  63.       tooltip="Close Window"
  64.     />
  65.     
  66.     <!--Component Bucket-->
  67.  
  68.     <button
  69.       id="ScrollLeft"
  70.       action="CB_PREV"
  71.       x="5" y="15"
  72.       image="thinger.scroll.left"
  73.       downImage="thinger.scroll.left.pressed"
  74.       tooltip="Scroll Left"
  75.     />
  76.     <button
  77.       id="ScrollRight"
  78.       action="CB_NEXT"
  79.       x="255" y="15"
  80.       image="thinger.scroll.right"
  81.       downImage="thinger.scroll.right.pressed"
  82.       tooltip="Scroll Right"
  83.     />
  84.     <componentbucket
  85.       id="Component list"
  86.       x="19" y="17"
  87.       w="236" h="35"
  88.     />
  89.     <text
  90.       id="cbtext"
  91.       display="componentbucket"
  92.       x="5" y="54"
  93.       w="265" h="13"
  94.       font="thinger.smallfixed"
  95.     />
  96.  
  97.    </layout>
  98.