summaryrefslogtreecommitdiffstats
path: root/doc/classes/PopupMenu.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-11-21 03:48:36 +0100
committerkobewi <kobewi4e@gmail.com>2022-11-22 17:59:45 +0100
commita23f6d0aa649d15a7b7453143d3247e4e02706b1 (patch)
tree09a4f371eeb1241ebb34c00ed35d61164f239633 /doc/classes/PopupMenu.xml
parentdce1602edacd8ad96a70f29e4f524d7b7c231e3f (diff)
downloadredot-engine-a23f6d0aa649d15a7b7453143d3247e4e02706b1.tar.gz
Fill random docs
Diffstat (limited to 'doc/classes/PopupMenu.xml')
-rw-r--r--doc/classes/PopupMenu.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 0dcb33ac4c..a69163f429 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -544,6 +544,7 @@
</signal>
<signal name="menu_changed">
<description>
+ Emitted when any item is added, modified or removed.
</description>
</signal>
</signals>
@@ -576,8 +577,10 @@
Width of the single indentation level.
</theme_item>
<theme_item name="item_end_padding" data_type="constant" type="int" default="2">
+ Horizontal padding to the right of the items (or left, in RTL layout).
</theme_item>
<theme_item name="item_start_padding" data_type="constant" type="int" default="2">
+ Horizontal padding to the left of the items (or right, in RTL layout).
</theme_item>
<theme_item name="outline_size" data_type="constant" type="int" default="0">
The size of the item text outline.