index.rst 745 B

123456789101112131415161718192021222324252627282930313233343536
  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. Control node tutorials
  21. ----------------------
  22. The following articles cover specific details of using particular control nodes.
  23. .. toctree::
  24. :maxdepth: 1
  25. :name: toc-control-nodes-tutorials
  26. bbcode_in_richtextlabel