Skip to content

Commit

Permalink
Merge pull request #41692 from EricEzaM/PR/popup-menu-docs-update
Browse files Browse the repository at this point in the history
Updated PopupMenu documentation after merge of #41640 - PopupMenu rework
  • Loading branch information
akien-mga authored Sep 2, 2020
2 parents e77fc14 + 926c282 commit d3ab536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/classes/PopupMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
</brief_description>
<description>
[PopupMenu] is a [Control] that displays a list of options. They are popular in toolbars or context menus.
The size of a [PopupMenu] can be limited by using [member Window.max_size]. If the height of the list of items is larger than the maximum height of the [PopupMenu], a [ScrollContainer] within the popup will allow the user to scroll the contents.
If no maximum size is set, or if it is set to 0, the [PopupMenu] height will be limited by its parent rect.
</description>
<tutorials>
</tutorials>
Expand Down

0 comments on commit d3ab536

Please sign in to comment.