diff options
author | Chris verBurg <cheetomonster@gmail.com> | 2022-04-20 23:16:02 -0700 |
---|---|---|
committer | Chris verBurg <cheetomonster@gmail.com> | 2022-04-28 00:22:43 -0700 |
commit | 3b941ed98cfb1f72c35684f1d4d458dacd482c63 (patch) | |
tree | 40ee899b8475c1e15be0d47a77174941bba97e4f /doc/classes/TabContainer.xml | |
parent | f4b0c7a1ea8d86c1dfd96478ca12ad1360903d9d (diff) |
Link to Container tutorial
Users happening across any of the Container pages may not already know the intent of Containers, or which others are available. This commit adds a link to the existing "GUI containers" page in their tutorials sections.
Diffstat (limited to 'doc/classes/TabContainer.xml')
-rw-r--r-- | doc/classes/TabContainer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 011b716dfc..10b5f730ad 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -9,6 +9,7 @@ [b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [TabBar]s as children is not needed. </description> <tutorials> + <link title="GUI containers">$DOCS_URL/tutorials/ui/gui_containers.html</link> </tutorials> <methods> <method name="get_current_tab_control" qualifiers="const"> |