SHARE
TWEET
Untitled
a guest
Feb 23rd, 2017
75
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <vbox style="padding: 10px; __background-color: red;" width="800" height="600">
- <tabview width="100%" height="100%">
- <vbox text="Page 1" style="padding: 5px;__background-color: red;" width="100%" height="100%">
- <hbox width="100%">
- <button text="Button 1" />
- <button text="Button 2" width="100%" />
- <button text="Button 3" />
- </hbox>
- <hbox width="100%" height="100%">
- <button text="Button 4" width="50%" height="100%" />
- <button text="Button 5" width="50%" height="100%" />
- </hbox>
- <hbox width="100%">
- <button text="Button 6" />
- <button text="Button 7" width="100%" />
- <button text="Button 8" />
- </hbox>
- <hbox>
- <checkbox text="Check 1" />
- <checkbox text="Check 2" selected="true" />
- <checkbox text="Check 3" />
- </hbox>
- <hbox>
- <optionbox text="Option 1" />
- <optionbox text="Option 2" selected="true" />
- <optionbox text="Option 3" />
- </hbox>
- <hbox>
- <hslider pos="3" />
- <hprogress pos="66" />
- </hbox>
- </vbox>
- <vbox text="Page 2" style="padding: 5px;">
- <button text="Page 2"/>
- </vbox>
- </tabview>
- </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.

