layout_uiwidget.ui.txt 778 B

1234567891011121314
  1. # UIWidget layout file
  2. TBLayout: axis: y
  3. TBEditField: multiline: 1, styling: 1, readonly: 1, adapt-to-content: 1, skin: "sheet_cell"
  4. text: "UIWidget\nThis widget is the base from which all other widgets are created.\nIt has a number of useful abillities, but normally has no display.\nIt can be useful for spacing though, and push visual widgets around."
  5. TBTextField: id: spacer, text: " "
  6. TBTextField: text: "v"
  7. TBWidget
  8. lp: min-width 128dp, nim-height: 32dp
  9. TBTextField: text: "^There it is, in all it`s glory."
  10. TBLayout
  11. TBButton: text: "UIWidget help Document", url: "http://docs.atomicgameengine.com/api/classes/atomic.uiwidget.html"
  12. TBButton: text: "UIWidget application code", id: uiwidgetcode
  13. TBButton: text: "UIWidget layout code", id: uiwidgetlayout