Guest User

Untitled

a guest
Oct 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. User interface descriptor example:
  2. {"app_id":1,
  3. ".windows":[
  4. {
  5. ".title":"hello world",
  6. ".winid":1,
  7. ".type":"normal",
  8. ".size":[360,180],
  9. ".controls":[
  10. {
  11. ".name":"lbl1",
  12. ".type":"label",
  13. ".caption":"press the button"
  14. },
  15. {
  16. ".name":"btn1",
  17. ".actions:":[{"click":"somefunction"},{"hover":"otherfunction"}]
  18. }
  19. {
  20. ".name":"txt1",
  21. ".type":"textbox",
  22. ".size":2048}],
  23. ".menu":
  24. [
  25. {"&File":[
  26. {
  27. ".caption":"&New",
  28. ".action":"afunction"
  29. }]
  30. }]
  31. }]
  32. }
Add Comment
Please, Sign In to add comment