SHARE
TWEET

Untitled

a guest Feb 23rd, 2017 75 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <vbox style="padding: 10px; __background-color: red;" width="800" height="600">
  3.     <tabview width="100%" height="100%">
  4.        
  5.         <vbox text="Page 1" style="padding: 5px;__background-color: red;" width="100%" height="100%">
  6.            
  7.             <hbox width="100%">
  8.                 <button text="Button 1" />
  9.                 <button text="Button 2" width="100%" />
  10.                 <button text="Button 3" />
  11.             </hbox>
  12.             <hbox width="100%" height="100%">
  13.                 <button text="Button 4" width="50%" height="100%" />    
  14.                 <button text="Button 5" width="50%" height="100%" />    
  15.             </hbox>
  16.             <hbox width="100%">
  17.                 <button text="Button 6" />
  18.                 <button text="Button 7" width="100%" />
  19.                 <button text="Button 8" />
  20.             </hbox>
  21.            
  22.             <hbox>
  23.                 <checkbox text="Check 1" />
  24.                 <checkbox text="Check 2" selected="true" />
  25.                 <checkbox text="Check 3" />
  26.             </hbox>    
  27.             <hbox>
  28.                 <optionbox text="Option 1" />
  29.                 <optionbox text="Option 2" selected="true" />
  30.                 <optionbox text="Option 3" />
  31.             </hbox>    
  32.            
  33.             <hbox>
  34.                 <hslider pos="3" />
  35.                 <hprogress pos="66" />
  36.             </hbox>
  37.         </vbox>
  38.        
  39.         <vbox text="Page 2" style="padding: 5px;">
  40.             <button text="Page 2"/>
  41.         </vbox>
  42.     </tabview>
  43. </vbox>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top