index.rst 774 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. User Interface (UI)
  2. ===================
  3. .. toctree::
  4. :maxdepth: 1
  5. :name: toc-gui-basics
  6. size_and_anchors
  7. gui_containers
  8. custom_gui_controls
  9. gui_navigation
  10. control_node_gallery
  11. GUI skinning and themes
  12. -----------------------
  13. Godot features an in-depth skinning/theming system for control nodes. The pages in this section
  14. explain the benefits of that system and how to set it up in your projects.
  15. .. toctree::
  16. :maxdepth: 1
  17. :name: toc-gui-skinning
  18. gui_skinning
  19. gui_using_theme_editor
  20. gui_theme_type_variations
  21. Control node tutorials
  22. ----------------------
  23. The following articles cover specific details of using particular control nodes.
  24. .. toctree::
  25. :maxdepth: 1
  26. :name: toc-control-nodes-tutorials
  27. bbcode_in_richtextlabel