-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] TabContainer class descriptions #12055
Conversation
doc/classes/TabContainer.xml
Outdated
</description> | ||
</method> | ||
<method name="get_tab_align" qualifiers="const"> | ||
<return type="int" enum="TabContainer.TabAlign"> | ||
</return> | ||
<description> | ||
Return tab alignment, from the ALIGN_* enum. | ||
Returns the tab alignment, from the ALIGN_* enum. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the , to a . and make the last sentence conform to the enum standard: See the ALIGN_* constants. (like you did below in the members description)
doc/classes/TabContainer.xml
Outdated
</member> | ||
<member name="tabs_visible" type="bool" setter="set_tabs_visible" getter="are_tabs_visible"> | ||
If [code]true[/code], all tabs that are children of the TabContainer will be visible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the ,
ed30b9c
to
c297a55
Compare
Done. |
doc/classes/TabContainer.xml
Outdated
@@ -157,16 +160,19 @@ | |||
<argument index="0" name="visible" type="bool"> | |||
</argument> | |||
<description> | |||
Set whether the tabs should be visible or hidden. | |||
If [code]true[/code] all the tabes will be visible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tabes -> tabs
c297a55
to
42f576f
Compare
Sorry for the typo |
Thanks for your contribution! |
I am the one who has to thank you for the patience. I am learning git as I am doing things. |
No description provided.