class_popupmenu.rst 93 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/doc/classes/PopupMenu.xml.
  6. .. _class_PopupMenu:
  7. PopupMenu
  8. =========
  9. **Inherits:** :ref:`Popup<class_Popup>` **<** :ref:`Window<class_Window>` **<** :ref:`Viewport<class_Viewport>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. A modal window used to display a list of options.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. **PopupMenu** is a modal window used to display a list of options. Useful for toolbars and context menus.
  15. The size of a **PopupMenu** can be limited by using :ref:`Window.max_size<class_Window_property_max_size>`. If the height of the list of items is larger than the maximum height of the **PopupMenu**, a :ref:`ScrollContainer<class_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.
  16. All ``set_*`` methods allow negative item indices, i.e. ``-1`` to access the last item, ``-2`` to select the second-to-last item, and so on.
  17. \ **Incremental search:** Like :ref:`ItemList<class_ItemList>` and :ref:`Tree<class_Tree>`, **PopupMenu** supports searching within the list while the control is focused. Press a key that matches the first letter of an item's name to select the first item starting with the given letter. After that point, there are two ways to perform incremental search: 1) Press the same key again before the timeout duration to select the next item starting with the same letter. 2) Press letter keys that match the rest of the word before the timeout duration to match to select the item in question directly. Both of these actions will be reset to the beginning of the list if the timeout duration has passed since the last keystroke was registered. You can adjust the timeout duration by changing :ref:`ProjectSettings.gui/timers/incremental_search_max_interval_msec<class_ProjectSettings_property_gui/timers/incremental_search_max_interval_msec>`.
  18. \ **Note:** The ID values used for items are limited to 32 bits, not full 64 bits of :ref:`int<class_int>`. This has a range of ``-2^32`` to ``2^32 - 1``, i.e. ``-2147483648`` to ``2147483647``.
  19. .. rst-class:: classref-reftable-group
  20. Properties
  21. ----------
  22. .. table::
  23. :widths: auto
  24. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  25. | :ref:`bool<class_bool>` | :ref:`allow_search<class_PopupMenu_property_allow_search>` | ``true`` |
  26. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  27. | :ref:`bool<class_bool>` | :ref:`hide_on_checkable_item_selection<class_PopupMenu_property_hide_on_checkable_item_selection>` | ``true`` |
  28. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  29. | :ref:`bool<class_bool>` | :ref:`hide_on_item_selection<class_PopupMenu_property_hide_on_item_selection>` | ``true`` |
  30. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  31. | :ref:`bool<class_bool>` | :ref:`hide_on_state_item_selection<class_PopupMenu_property_hide_on_state_item_selection>` | ``false`` |
  32. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  33. | :ref:`int<class_int>` | :ref:`item_count<class_PopupMenu_property_item_count>` | ``0`` |
  34. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  35. | :ref:`float<class_float>` | :ref:`submenu_popup_delay<class_PopupMenu_property_submenu_popup_delay>` | ``0.3`` |
  36. +---------------------------+----------------------------------------------------------------------------------------------------+-----------+
  37. .. rst-class:: classref-reftable-group
  38. Methods
  39. -------
  40. .. table::
  41. :widths: auto
  42. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | void | :ref:`add_check_item<class_PopupMenu_method_add_check_item>` **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  44. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | void | :ref:`add_check_shortcut<class_PopupMenu_method_add_check_shortcut>` **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  46. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | void | :ref:`add_icon_check_item<class_PopupMenu_method_add_icon_check_item>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  48. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | void | :ref:`add_icon_check_shortcut<class_PopupMenu_method_add_icon_check_shortcut>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  50. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | void | :ref:`add_icon_item<class_PopupMenu_method_add_icon_item>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  52. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | void | :ref:`add_icon_radio_check_item<class_PopupMenu_method_add_icon_radio_check_item>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  54. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | void | :ref:`add_icon_radio_check_shortcut<class_PopupMenu_method_add_icon_radio_check_shortcut>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  56. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | void | :ref:`add_icon_shortcut<class_PopupMenu_method_add_icon_shortcut>` **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  58. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | void | :ref:`add_item<class_PopupMenu_method_add_item>` **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  60. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | void | :ref:`add_multistate_item<class_PopupMenu_method_add_multistate_item>` **(** :ref:`String<class_String>` label, :ref:`int<class_int>` max_states, :ref:`int<class_int>` default_state=0, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  62. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | void | :ref:`add_radio_check_item<class_PopupMenu_method_add_radio_check_item>` **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)** |
  64. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | void | :ref:`add_radio_check_shortcut<class_PopupMenu_method_add_radio_check_shortcut>` **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  66. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | void | :ref:`add_separator<class_PopupMenu_method_add_separator>` **(** :ref:`String<class_String>` label="", :ref:`int<class_int>` id=-1 **)** |
  68. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | void | :ref:`add_shortcut<class_PopupMenu_method_add_shortcut>` **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)** |
  70. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | void | :ref:`add_submenu_item<class_PopupMenu_method_add_submenu_item>` **(** :ref:`String<class_String>` label, :ref:`String<class_String>` submenu, :ref:`int<class_int>` id=-1 **)** |
  72. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | void | :ref:`clear<class_PopupMenu_method_clear>` **(** **)** |
  74. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | :ref:`int<class_int>` | :ref:`get_focused_item<class_PopupMenu_method_get_focused_item>` **(** **)** |const| |
  76. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`Key<enum_@GlobalScope_Key>` | :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` **(** :ref:`int<class_int>` index **)** |const| |
  78. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | :ref:`Texture2D<class_Texture2D>` | :ref:`get_item_icon<class_PopupMenu_method_get_item_icon>` **(** :ref:`int<class_int>` index **)** |const| |
  80. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`int<class_int>` | :ref:`get_item_id<class_PopupMenu_method_get_item_id>` **(** :ref:`int<class_int>` index **)** |const| |
  82. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`int<class_int>` | :ref:`get_item_indent<class_PopupMenu_method_get_item_indent>` **(** :ref:`int<class_int>` index **)** |const| |
  84. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`int<class_int>` | :ref:`get_item_index<class_PopupMenu_method_get_item_index>` **(** :ref:`int<class_int>` id **)** |const| |
  86. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`String<class_String>` | :ref:`get_item_language<class_PopupMenu_method_get_item_language>` **(** :ref:`int<class_int>` index **)** |const| |
  88. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`Variant<class_Variant>` | :ref:`get_item_metadata<class_PopupMenu_method_get_item_metadata>` **(** :ref:`int<class_int>` index **)** |const| |
  90. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`Shortcut<class_Shortcut>` | :ref:`get_item_shortcut<class_PopupMenu_method_get_item_shortcut>` **(** :ref:`int<class_int>` index **)** |const| |
  92. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`String<class_String>` | :ref:`get_item_submenu<class_PopupMenu_method_get_item_submenu>` **(** :ref:`int<class_int>` index **)** |const| |
  94. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | :ref:`String<class_String>` | :ref:`get_item_text<class_PopupMenu_method_get_item_text>` **(** :ref:`int<class_int>` index **)** |const| |
  96. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | :ref:`TextDirection<enum_Control_TextDirection>` | :ref:`get_item_text_direction<class_PopupMenu_method_get_item_text_direction>` **(** :ref:`int<class_int>` index **)** |const| |
  98. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | :ref:`String<class_String>` | :ref:`get_item_tooltip<class_PopupMenu_method_get_item_tooltip>` **(** :ref:`int<class_int>` index **)** |const| |
  100. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | :ref:`bool<class_bool>` | :ref:`is_item_checkable<class_PopupMenu_method_is_item_checkable>` **(** :ref:`int<class_int>` index **)** |const| |
  102. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | :ref:`bool<class_bool>` | :ref:`is_item_checked<class_PopupMenu_method_is_item_checked>` **(** :ref:`int<class_int>` index **)** |const| |
  104. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`bool<class_bool>` | :ref:`is_item_disabled<class_PopupMenu_method_is_item_disabled>` **(** :ref:`int<class_int>` index **)** |const| |
  106. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`bool<class_bool>` | :ref:`is_item_radio_checkable<class_PopupMenu_method_is_item_radio_checkable>` **(** :ref:`int<class_int>` index **)** |const| |
  108. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`bool<class_bool>` | :ref:`is_item_separator<class_PopupMenu_method_is_item_separator>` **(** :ref:`int<class_int>` index **)** |const| |
  110. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`bool<class_bool>` | :ref:`is_item_shortcut_disabled<class_PopupMenu_method_is_item_shortcut_disabled>` **(** :ref:`int<class_int>` index **)** |const| |
  112. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | void | :ref:`remove_item<class_PopupMenu_method_remove_item>` **(** :ref:`int<class_int>` index **)** |
  114. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | void | :ref:`scroll_to_item<class_PopupMenu_method_scroll_to_item>` **(** :ref:`int<class_int>` index **)** |
  116. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | void | :ref:`set_focused_item<class_PopupMenu_method_set_focused_item>` **(** :ref:`int<class_int>` index **)** |
  118. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | void | :ref:`set_item_accelerator<class_PopupMenu_method_set_item_accelerator>` **(** :ref:`int<class_int>` index, :ref:`Key<enum_@GlobalScope_Key>` accel **)** |
  120. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | void | :ref:`set_item_as_checkable<class_PopupMenu_method_set_item_as_checkable>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)** |
  122. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | void | :ref:`set_item_as_radio_checkable<class_PopupMenu_method_set_item_as_radio_checkable>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)** |
  124. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | void | :ref:`set_item_as_separator<class_PopupMenu_method_set_item_as_separator>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)** |
  126. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | void | :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` checked **)** |
  128. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | void | :ref:`set_item_disabled<class_PopupMenu_method_set_item_disabled>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` disabled **)** |
  130. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | void | :ref:`set_item_icon<class_PopupMenu_method_set_item_icon>` **(** :ref:`int<class_int>` index, :ref:`Texture2D<class_Texture2D>` icon **)** |
  132. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  133. | void | :ref:`set_item_id<class_PopupMenu_method_set_item_id>` **(** :ref:`int<class_int>` index, :ref:`int<class_int>` id **)** |
  134. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  135. | void | :ref:`set_item_indent<class_PopupMenu_method_set_item_indent>` **(** :ref:`int<class_int>` index, :ref:`int<class_int>` indent **)** |
  136. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  137. | void | :ref:`set_item_language<class_PopupMenu_method_set_item_language>` **(** :ref:`int<class_int>` index, :ref:`String<class_String>` language **)** |
  138. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  139. | void | :ref:`set_item_metadata<class_PopupMenu_method_set_item_metadata>` **(** :ref:`int<class_int>` index, :ref:`Variant<class_Variant>` metadata **)** |
  140. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  141. | void | :ref:`set_item_multistate<class_PopupMenu_method_set_item_multistate>` **(** :ref:`int<class_int>` index, :ref:`int<class_int>` state **)** |
  142. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  143. | void | :ref:`set_item_shortcut<class_PopupMenu_method_set_item_shortcut>` **(** :ref:`int<class_int>` index, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`bool<class_bool>` global=false **)** |
  144. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  145. | void | :ref:`set_item_shortcut_disabled<class_PopupMenu_method_set_item_shortcut_disabled>` **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` disabled **)** |
  146. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  147. | void | :ref:`set_item_submenu<class_PopupMenu_method_set_item_submenu>` **(** :ref:`int<class_int>` index, :ref:`String<class_String>` submenu **)** |
  148. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  149. | void | :ref:`set_item_text<class_PopupMenu_method_set_item_text>` **(** :ref:`int<class_int>` index, :ref:`String<class_String>` text **)** |
  150. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  151. | void | :ref:`set_item_text_direction<class_PopupMenu_method_set_item_text_direction>` **(** :ref:`int<class_int>` index, :ref:`TextDirection<enum_Control_TextDirection>` direction **)** |
  152. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  153. | void | :ref:`set_item_tooltip<class_PopupMenu_method_set_item_tooltip>` **(** :ref:`int<class_int>` index, :ref:`String<class_String>` tooltip **)** |
  154. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  155. | void | :ref:`toggle_item_checked<class_PopupMenu_method_toggle_item_checked>` **(** :ref:`int<class_int>` index **)** |
  156. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  157. | void | :ref:`toggle_item_multistate<class_PopupMenu_method_toggle_item_multistate>` **(** :ref:`int<class_int>` index **)** |
  158. +--------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  159. .. rst-class:: classref-reftable-group
  160. Theme Properties
  161. ----------------
  162. .. table::
  163. :widths: auto
  164. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  165. | :ref:`Color<class_Color>` | :ref:`font_accelerator_color<class_PopupMenu_theme_color_font_accelerator_color>` | ``Color(0.7, 0.7, 0.7, 0.8)`` |
  166. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  167. | :ref:`Color<class_Color>` | :ref:`font_color<class_PopupMenu_theme_color_font_color>` | ``Color(0.875, 0.875, 0.875, 1)`` |
  168. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  169. | :ref:`Color<class_Color>` | :ref:`font_disabled_color<class_PopupMenu_theme_color_font_disabled_color>` | ``Color(0.4, 0.4, 0.4, 0.8)`` |
  170. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  171. | :ref:`Color<class_Color>` | :ref:`font_hover_color<class_PopupMenu_theme_color_font_hover_color>` | ``Color(0.875, 0.875, 0.875, 1)`` |
  172. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  173. | :ref:`Color<class_Color>` | :ref:`font_outline_color<class_PopupMenu_theme_color_font_outline_color>` | ``Color(1, 1, 1, 1)`` |
  174. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  175. | :ref:`Color<class_Color>` | :ref:`font_separator_color<class_PopupMenu_theme_color_font_separator_color>` | ``Color(0.875, 0.875, 0.875, 1)`` |
  176. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  177. | :ref:`Color<class_Color>` | :ref:`font_separator_outline_color<class_PopupMenu_theme_color_font_separator_outline_color>` | ``Color(1, 1, 1, 1)`` |
  178. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  179. | :ref:`int<class_int>` | :ref:`h_separation<class_PopupMenu_theme_constant_h_separation>` | ``4`` |
  180. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  181. | :ref:`int<class_int>` | :ref:`indent<class_PopupMenu_theme_constant_indent>` | ``10`` |
  182. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  183. | :ref:`int<class_int>` | :ref:`item_end_padding<class_PopupMenu_theme_constant_item_end_padding>` | ``2`` |
  184. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  185. | :ref:`int<class_int>` | :ref:`item_start_padding<class_PopupMenu_theme_constant_item_start_padding>` | ``2`` |
  186. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  187. | :ref:`int<class_int>` | :ref:`outline_size<class_PopupMenu_theme_constant_outline_size>` | ``0`` |
  188. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  189. | :ref:`int<class_int>` | :ref:`separator_outline_size<class_PopupMenu_theme_constant_separator_outline_size>` | ``0`` |
  190. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  191. | :ref:`int<class_int>` | :ref:`v_separation<class_PopupMenu_theme_constant_v_separation>` | ``4`` |
  192. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  193. | :ref:`Font<class_Font>` | :ref:`font<class_PopupMenu_theme_font_font>` | |
  194. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  195. | :ref:`Font<class_Font>` | :ref:`font_separator<class_PopupMenu_theme_font_font_separator>` | |
  196. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  197. | :ref:`int<class_int>` | :ref:`font_separator_size<class_PopupMenu_theme_font_size_font_separator_size>` | |
  198. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  199. | :ref:`int<class_int>` | :ref:`font_size<class_PopupMenu_theme_font_size_font_size>` | |
  200. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  201. | :ref:`Texture2D<class_Texture2D>` | :ref:`checked<class_PopupMenu_theme_icon_checked>` | |
  202. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  203. | :ref:`Texture2D<class_Texture2D>` | :ref:`checked_disabled<class_PopupMenu_theme_icon_checked_disabled>` | |
  204. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  205. | :ref:`Texture2D<class_Texture2D>` | :ref:`radio_checked<class_PopupMenu_theme_icon_radio_checked>` | |
  206. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  207. | :ref:`Texture2D<class_Texture2D>` | :ref:`radio_checked_disabled<class_PopupMenu_theme_icon_radio_checked_disabled>` | |
  208. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  209. | :ref:`Texture2D<class_Texture2D>` | :ref:`radio_unchecked<class_PopupMenu_theme_icon_radio_unchecked>` | |
  210. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  211. | :ref:`Texture2D<class_Texture2D>` | :ref:`radio_unchecked_disabled<class_PopupMenu_theme_icon_radio_unchecked_disabled>` | |
  212. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  213. | :ref:`Texture2D<class_Texture2D>` | :ref:`submenu<class_PopupMenu_theme_icon_submenu>` | |
  214. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  215. | :ref:`Texture2D<class_Texture2D>` | :ref:`submenu_mirrored<class_PopupMenu_theme_icon_submenu_mirrored>` | |
  216. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  217. | :ref:`Texture2D<class_Texture2D>` | :ref:`unchecked<class_PopupMenu_theme_icon_unchecked>` | |
  218. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  219. | :ref:`Texture2D<class_Texture2D>` | :ref:`unchecked_disabled<class_PopupMenu_theme_icon_unchecked_disabled>` | |
  220. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  221. | :ref:`StyleBox<class_StyleBox>` | :ref:`hover<class_PopupMenu_theme_style_hover>` | |
  222. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  223. | :ref:`StyleBox<class_StyleBox>` | :ref:`labeled_separator_left<class_PopupMenu_theme_style_labeled_separator_left>` | |
  224. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  225. | :ref:`StyleBox<class_StyleBox>` | :ref:`labeled_separator_right<class_PopupMenu_theme_style_labeled_separator_right>` | |
  226. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  227. | :ref:`StyleBox<class_StyleBox>` | :ref:`panel<class_PopupMenu_theme_style_panel>` | |
  228. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  229. | :ref:`StyleBox<class_StyleBox>` | :ref:`panel_disabled<class_PopupMenu_theme_style_panel_disabled>` | |
  230. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  231. | :ref:`StyleBox<class_StyleBox>` | :ref:`separator<class_PopupMenu_theme_style_separator>` | |
  232. +-----------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------+
  233. .. rst-class:: classref-section-separator
  234. ----
  235. .. rst-class:: classref-descriptions-group
  236. Signals
  237. -------
  238. .. _class_PopupMenu_signal_id_focused:
  239. .. rst-class:: classref-signal
  240. **id_focused** **(** :ref:`int<class_int>` id **)**
  241. Emitted when the user navigated to an item of some ``id`` using the :ref:`ProjectSettings.input/ui_up<class_ProjectSettings_property_input/ui_up>` or :ref:`ProjectSettings.input/ui_down<class_ProjectSettings_property_input/ui_down>` input action.
  242. .. rst-class:: classref-item-separator
  243. ----
  244. .. _class_PopupMenu_signal_id_pressed:
  245. .. rst-class:: classref-signal
  246. **id_pressed** **(** :ref:`int<class_int>` id **)**
  247. Emitted when an item of some ``id`` is pressed or its accelerator is activated.
  248. \ **Note:** If ``id`` is negative (either explicitly or due to overflow), this will return the corresponding index instead.
  249. .. rst-class:: classref-item-separator
  250. ----
  251. .. _class_PopupMenu_signal_index_pressed:
  252. .. rst-class:: classref-signal
  253. **index_pressed** **(** :ref:`int<class_int>` index **)**
  254. Emitted when an item of some ``index`` is pressed or its accelerator is activated.
  255. .. rst-class:: classref-item-separator
  256. ----
  257. .. _class_PopupMenu_signal_menu_changed:
  258. .. rst-class:: classref-signal
  259. **menu_changed** **(** **)**
  260. Emitted when any item is added, modified or removed.
  261. .. rst-class:: classref-section-separator
  262. ----
  263. .. rst-class:: classref-descriptions-group
  264. Property Descriptions
  265. ---------------------
  266. .. _class_PopupMenu_property_allow_search:
  267. .. rst-class:: classref-property
  268. :ref:`bool<class_bool>` **allow_search** = ``true``
  269. .. rst-class:: classref-property-setget
  270. - void **set_allow_search** **(** :ref:`bool<class_bool>` value **)**
  271. - :ref:`bool<class_bool>` **get_allow_search** **(** **)**
  272. If ``true``, allows navigating **PopupMenu** with letter keys.
  273. .. rst-class:: classref-item-separator
  274. ----
  275. .. _class_PopupMenu_property_hide_on_checkable_item_selection:
  276. .. rst-class:: classref-property
  277. :ref:`bool<class_bool>` **hide_on_checkable_item_selection** = ``true``
  278. .. rst-class:: classref-property-setget
  279. - void **set_hide_on_checkable_item_selection** **(** :ref:`bool<class_bool>` value **)**
  280. - :ref:`bool<class_bool>` **is_hide_on_checkable_item_selection** **(** **)**
  281. If ``true``, hides the **PopupMenu** when a checkbox or radio button is selected.
  282. .. rst-class:: classref-item-separator
  283. ----
  284. .. _class_PopupMenu_property_hide_on_item_selection:
  285. .. rst-class:: classref-property
  286. :ref:`bool<class_bool>` **hide_on_item_selection** = ``true``
  287. .. rst-class:: classref-property-setget
  288. - void **set_hide_on_item_selection** **(** :ref:`bool<class_bool>` value **)**
  289. - :ref:`bool<class_bool>` **is_hide_on_item_selection** **(** **)**
  290. If ``true``, hides the **PopupMenu** when an item is selected.
  291. .. rst-class:: classref-item-separator
  292. ----
  293. .. _class_PopupMenu_property_hide_on_state_item_selection:
  294. .. rst-class:: classref-property
  295. :ref:`bool<class_bool>` **hide_on_state_item_selection** = ``false``
  296. .. rst-class:: classref-property-setget
  297. - void **set_hide_on_state_item_selection** **(** :ref:`bool<class_bool>` value **)**
  298. - :ref:`bool<class_bool>` **is_hide_on_state_item_selection** **(** **)**
  299. If ``true``, hides the **PopupMenu** when a state item is selected.
  300. .. rst-class:: classref-item-separator
  301. ----
  302. .. _class_PopupMenu_property_item_count:
  303. .. rst-class:: classref-property
  304. :ref:`int<class_int>` **item_count** = ``0``
  305. .. rst-class:: classref-property-setget
  306. - void **set_item_count** **(** :ref:`int<class_int>` value **)**
  307. - :ref:`int<class_int>` **get_item_count** **(** **)**
  308. The number of items currently in the list.
  309. .. rst-class:: classref-item-separator
  310. ----
  311. .. _class_PopupMenu_property_submenu_popup_delay:
  312. .. rst-class:: classref-property
  313. :ref:`float<class_float>` **submenu_popup_delay** = ``0.3``
  314. .. rst-class:: classref-property-setget
  315. - void **set_submenu_popup_delay** **(** :ref:`float<class_float>` value **)**
  316. - :ref:`float<class_float>` **get_submenu_popup_delay** **(** **)**
  317. Sets the delay time in seconds for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item.
  318. .. rst-class:: classref-section-separator
  319. ----
  320. .. rst-class:: classref-descriptions-group
  321. Method Descriptions
  322. -------------------
  323. .. _class_PopupMenu_method_add_check_item:
  324. .. rst-class:: classref-method
  325. void **add_check_item** **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  326. Adds a new checkable item with text ``label``.
  327. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  328. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  329. .. rst-class:: classref-item-separator
  330. ----
  331. .. _class_PopupMenu_method_add_check_shortcut:
  332. .. rst-class:: classref-method
  333. void **add_check_shortcut** **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  334. Adds a new checkable item and assigns the specified :ref:`Shortcut<class_Shortcut>` to it. Sets the label of the checkbox to the :ref:`Shortcut<class_Shortcut>`'s name.
  335. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  336. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  337. .. rst-class:: classref-item-separator
  338. ----
  339. .. _class_PopupMenu_method_add_icon_check_item:
  340. .. rst-class:: classref-method
  341. void **add_icon_check_item** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  342. Adds a new checkable item with text ``label`` and icon ``texture``.
  343. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  344. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  345. .. rst-class:: classref-item-separator
  346. ----
  347. .. _class_PopupMenu_method_add_icon_check_shortcut:
  348. .. rst-class:: classref-method
  349. void **add_icon_check_shortcut** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  350. Adds a new checkable item and assigns the specified :ref:`Shortcut<class_Shortcut>` and icon ``texture`` to it. Sets the label of the checkbox to the :ref:`Shortcut<class_Shortcut>`'s name.
  351. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  352. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  353. .. rst-class:: classref-item-separator
  354. ----
  355. .. _class_PopupMenu_method_add_icon_item:
  356. .. rst-class:: classref-method
  357. void **add_icon_item** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  358. Adds a new item with text ``label`` and icon ``texture``.
  359. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  360. .. rst-class:: classref-item-separator
  361. ----
  362. .. _class_PopupMenu_method_add_icon_radio_check_item:
  363. .. rst-class:: classref-method
  364. void **add_icon_radio_check_item** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  365. Same as :ref:`add_icon_check_item<class_PopupMenu_method_add_icon_check_item>`, but uses a radio check button.
  366. .. rst-class:: classref-item-separator
  367. ----
  368. .. _class_PopupMenu_method_add_icon_radio_check_shortcut:
  369. .. rst-class:: classref-method
  370. void **add_icon_radio_check_shortcut** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  371. Same as :ref:`add_icon_check_shortcut<class_PopupMenu_method_add_icon_check_shortcut>`, but uses a radio check button.
  372. .. rst-class:: classref-item-separator
  373. ----
  374. .. _class_PopupMenu_method_add_icon_shortcut:
  375. .. rst-class:: classref-method
  376. void **add_icon_shortcut** **(** :ref:`Texture2D<class_Texture2D>` texture, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  377. Adds a new item and assigns the specified :ref:`Shortcut<class_Shortcut>` and icon ``texture`` to it. Sets the label of the checkbox to the :ref:`Shortcut<class_Shortcut>`'s name.
  378. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  379. .. rst-class:: classref-item-separator
  380. ----
  381. .. _class_PopupMenu_method_add_item:
  382. .. rst-class:: classref-method
  383. void **add_item** **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  384. Adds a new item with text ``label``.
  385. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  386. \ **Note:** The provided ``id`` is used only in :ref:`id_pressed<class_PopupMenu_signal_id_pressed>` and :ref:`id_focused<class_PopupMenu_signal_id_focused>` signals. It's not related to the ``index`` arguments in e.g. :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>`.
  387. .. rst-class:: classref-item-separator
  388. ----
  389. .. _class_PopupMenu_method_add_multistate_item:
  390. .. rst-class:: classref-method
  391. void **add_multistate_item** **(** :ref:`String<class_String>` label, :ref:`int<class_int>` max_states, :ref:`int<class_int>` default_state=0, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  392. Adds a new multistate item with text ``label``.
  393. Contrarily to normal binary items, multistate items can have more than two states, as defined by ``max_states``. Each press or activate of the item will increase the state by one. The default value is defined by ``default_state``.
  394. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  395. .. rst-class:: classref-item-separator
  396. ----
  397. .. _class_PopupMenu_method_add_radio_check_item:
  398. .. rst-class:: classref-method
  399. void **add_radio_check_item** **(** :ref:`String<class_String>` label, :ref:`int<class_int>` id=-1, :ref:`Key<enum_@GlobalScope_Key>` accel=0 **)**
  400. Adds a new radio check button with text ``label``.
  401. An ``id`` can optionally be provided, as well as an accelerator (``accel``). If no ``id`` is provided, one will be created from the index. If no ``accel`` is provided, then the default value of 0 (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`) will be assigned to the item (which means it won't have any accelerator). See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  402. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  403. .. rst-class:: classref-item-separator
  404. ----
  405. .. _class_PopupMenu_method_add_radio_check_shortcut:
  406. .. rst-class:: classref-method
  407. void **add_radio_check_shortcut** **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  408. Adds a new radio check button and assigns a :ref:`Shortcut<class_Shortcut>` to it. Sets the label of the checkbox to the :ref:`Shortcut<class_Shortcut>`'s name.
  409. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  410. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually. See :ref:`set_item_checked<class_PopupMenu_method_set_item_checked>` for more info on how to control it.
  411. .. rst-class:: classref-item-separator
  412. ----
  413. .. _class_PopupMenu_method_add_separator:
  414. .. rst-class:: classref-method
  415. void **add_separator** **(** :ref:`String<class_String>` label="", :ref:`int<class_int>` id=-1 **)**
  416. Adds a separator between items. Separators also occupy an index, which you can set by using the ``id`` parameter.
  417. A ``label`` can optionally be provided, which will appear at the center of the separator.
  418. .. rst-class:: classref-item-separator
  419. ----
  420. .. _class_PopupMenu_method_add_shortcut:
  421. .. rst-class:: classref-method
  422. void **add_shortcut** **(** :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`int<class_int>` id=-1, :ref:`bool<class_bool>` global=false **)**
  423. Adds a :ref:`Shortcut<class_Shortcut>`.
  424. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  425. .. rst-class:: classref-item-separator
  426. ----
  427. .. _class_PopupMenu_method_add_submenu_item:
  428. .. rst-class:: classref-method
  429. void **add_submenu_item** **(** :ref:`String<class_String>` label, :ref:`String<class_String>` submenu, :ref:`int<class_int>` id=-1 **)**
  430. Adds an item that will act as a submenu of the parent **PopupMenu** node when clicked. The ``submenu`` argument is the name of the child **PopupMenu** node that will be shown when the item is clicked.
  431. An ``id`` can optionally be provided. If no ``id`` is provided, one will be created from the index.
  432. .. rst-class:: classref-item-separator
  433. ----
  434. .. _class_PopupMenu_method_clear:
  435. .. rst-class:: classref-method
  436. void **clear** **(** **)**
  437. Removes all items from the **PopupMenu**.
  438. .. rst-class:: classref-item-separator
  439. ----
  440. .. _class_PopupMenu_method_get_focused_item:
  441. .. rst-class:: classref-method
  442. :ref:`int<class_int>` **get_focused_item** **(** **)** |const|
  443. Returns the index of the currently focused item. Returns ``-1`` if no item is focused.
  444. .. rst-class:: classref-item-separator
  445. ----
  446. .. _class_PopupMenu_method_get_item_accelerator:
  447. .. rst-class:: classref-method
  448. :ref:`Key<enum_@GlobalScope_Key>` **get_item_accelerator** **(** :ref:`int<class_int>` index **)** |const|
  449. Returns the accelerator of the item at the given ``index``. An accelerator is a keyboard shortcut that can be pressed to trigger the menu button even if it's not currently open. The return value is an integer which is generally a combination of :ref:`KeyModifierMask<enum_@GlobalScope_KeyModifierMask>`\ s and :ref:`Key<enum_@GlobalScope_Key>`\ s using bitwise OR such as ``KEY_MASK_CTRL | KEY_A`` (:kbd:`Ctrl + A`). If no accelerator is defined for the specified ``index``, :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` returns ``0`` (corresponding to :ref:`@GlobalScope.KEY_NONE<class_@GlobalScope_constant_KEY_NONE>`).
  450. .. rst-class:: classref-item-separator
  451. ----
  452. .. _class_PopupMenu_method_get_item_icon:
  453. .. rst-class:: classref-method
  454. :ref:`Texture2D<class_Texture2D>` **get_item_icon** **(** :ref:`int<class_int>` index **)** |const|
  455. Returns the icon of the item at the given ``index``.
  456. .. rst-class:: classref-item-separator
  457. ----
  458. .. _class_PopupMenu_method_get_item_id:
  459. .. rst-class:: classref-method
  460. :ref:`int<class_int>` **get_item_id** **(** :ref:`int<class_int>` index **)** |const|
  461. Returns the ID of the item at the given ``index``. ``id`` can be manually assigned, while index can not.
  462. .. rst-class:: classref-item-separator
  463. ----
  464. .. _class_PopupMenu_method_get_item_indent:
  465. .. rst-class:: classref-method
  466. :ref:`int<class_int>` **get_item_indent** **(** :ref:`int<class_int>` index **)** |const|
  467. Returns the horizontal offset of the item at the given ``index``.
  468. .. rst-class:: classref-item-separator
  469. ----
  470. .. _class_PopupMenu_method_get_item_index:
  471. .. rst-class:: classref-method
  472. :ref:`int<class_int>` **get_item_index** **(** :ref:`int<class_int>` id **)** |const|
  473. Returns the index of the item containing the specified ``id``. Index is automatically assigned to each item by the engine and can not be set manually.
  474. .. rst-class:: classref-item-separator
  475. ----
  476. .. _class_PopupMenu_method_get_item_language:
  477. .. rst-class:: classref-method
  478. :ref:`String<class_String>` **get_item_language** **(** :ref:`int<class_int>` index **)** |const|
  479. Returns item's text language code.
  480. .. rst-class:: classref-item-separator
  481. ----
  482. .. _class_PopupMenu_method_get_item_metadata:
  483. .. rst-class:: classref-method
  484. :ref:`Variant<class_Variant>` **get_item_metadata** **(** :ref:`int<class_int>` index **)** |const|
  485. Returns the metadata of the specified item, which might be of any type. You can set it with :ref:`set_item_metadata<class_PopupMenu_method_set_item_metadata>`, which provides a simple way of assigning context data to items.
  486. .. rst-class:: classref-item-separator
  487. ----
  488. .. _class_PopupMenu_method_get_item_shortcut:
  489. .. rst-class:: classref-method
  490. :ref:`Shortcut<class_Shortcut>` **get_item_shortcut** **(** :ref:`int<class_int>` index **)** |const|
  491. Returns the :ref:`Shortcut<class_Shortcut>` associated with the item at the given ``index``.
  492. .. rst-class:: classref-item-separator
  493. ----
  494. .. _class_PopupMenu_method_get_item_submenu:
  495. .. rst-class:: classref-method
  496. :ref:`String<class_String>` **get_item_submenu** **(** :ref:`int<class_int>` index **)** |const|
  497. Returns the submenu name of the item at the given ``index``. See :ref:`add_submenu_item<class_PopupMenu_method_add_submenu_item>` for more info on how to add a submenu.
  498. .. rst-class:: classref-item-separator
  499. ----
  500. .. _class_PopupMenu_method_get_item_text:
  501. .. rst-class:: classref-method
  502. :ref:`String<class_String>` **get_item_text** **(** :ref:`int<class_int>` index **)** |const|
  503. Returns the text of the item at the given ``index``.
  504. .. rst-class:: classref-item-separator
  505. ----
  506. .. _class_PopupMenu_method_get_item_text_direction:
  507. .. rst-class:: classref-method
  508. :ref:`TextDirection<enum_Control_TextDirection>` **get_item_text_direction** **(** :ref:`int<class_int>` index **)** |const|
  509. Returns item's text base writing direction.
  510. .. rst-class:: classref-item-separator
  511. ----
  512. .. _class_PopupMenu_method_get_item_tooltip:
  513. .. rst-class:: classref-method
  514. :ref:`String<class_String>` **get_item_tooltip** **(** :ref:`int<class_int>` index **)** |const|
  515. Returns the tooltip associated with the item at the given ``index``.
  516. .. rst-class:: classref-item-separator
  517. ----
  518. .. _class_PopupMenu_method_is_item_checkable:
  519. .. rst-class:: classref-method
  520. :ref:`bool<class_bool>` **is_item_checkable** **(** :ref:`int<class_int>` index **)** |const|
  521. Returns ``true`` if the item at the given ``index`` is checkable in some way, i.e. if it has a checkbox or radio button.
  522. \ **Note:** Checkable items just display a checkmark or radio button, but don't have any built-in checking behavior and must be checked/unchecked manually.
  523. .. rst-class:: classref-item-separator
  524. ----
  525. .. _class_PopupMenu_method_is_item_checked:
  526. .. rst-class:: classref-method
  527. :ref:`bool<class_bool>` **is_item_checked** **(** :ref:`int<class_int>` index **)** |const|
  528. Returns ``true`` if the item at the given ``index`` is checked.
  529. .. rst-class:: classref-item-separator
  530. ----
  531. .. _class_PopupMenu_method_is_item_disabled:
  532. .. rst-class:: classref-method
  533. :ref:`bool<class_bool>` **is_item_disabled** **(** :ref:`int<class_int>` index **)** |const|
  534. Returns ``true`` if the item at the given ``index`` is disabled. When it is disabled it can't be selected, or its action invoked.
  535. See :ref:`set_item_disabled<class_PopupMenu_method_set_item_disabled>` for more info on how to disable an item.
  536. .. rst-class:: classref-item-separator
  537. ----
  538. .. _class_PopupMenu_method_is_item_radio_checkable:
  539. .. rst-class:: classref-method
  540. :ref:`bool<class_bool>` **is_item_radio_checkable** **(** :ref:`int<class_int>` index **)** |const|
  541. Returns ``true`` if the item at the given ``index`` has radio button-style checkability.
  542. \ **Note:** This is purely cosmetic; you must add the logic for checking/unchecking items in radio groups.
  543. .. rst-class:: classref-item-separator
  544. ----
  545. .. _class_PopupMenu_method_is_item_separator:
  546. .. rst-class:: classref-method
  547. :ref:`bool<class_bool>` **is_item_separator** **(** :ref:`int<class_int>` index **)** |const|
  548. Returns ``true`` if the item is a separator. If it is, it will be displayed as a line. See :ref:`add_separator<class_PopupMenu_method_add_separator>` for more info on how to add a separator.
  549. .. rst-class:: classref-item-separator
  550. ----
  551. .. _class_PopupMenu_method_is_item_shortcut_disabled:
  552. .. rst-class:: classref-method
  553. :ref:`bool<class_bool>` **is_item_shortcut_disabled** **(** :ref:`int<class_int>` index **)** |const|
  554. Returns ``true`` if the specified item's shortcut is disabled.
  555. .. rst-class:: classref-item-separator
  556. ----
  557. .. _class_PopupMenu_method_remove_item:
  558. .. rst-class:: classref-method
  559. void **remove_item** **(** :ref:`int<class_int>` index **)**
  560. Removes the item at the given ``index`` from the menu.
  561. \ **Note:** The indices of items after the removed item will be shifted by one.
  562. .. rst-class:: classref-item-separator
  563. ----
  564. .. _class_PopupMenu_method_scroll_to_item:
  565. .. rst-class:: classref-method
  566. void **scroll_to_item** **(** :ref:`int<class_int>` index **)**
  567. Moves the scroll view to make the item at the given ``index`` visible.
  568. .. rst-class:: classref-item-separator
  569. ----
  570. .. _class_PopupMenu_method_set_focused_item:
  571. .. rst-class:: classref-method
  572. void **set_focused_item** **(** :ref:`int<class_int>` index **)**
  573. Sets the currently focused item as the given ``index``.
  574. Passing ``-1`` as the index makes so that no item is focused.
  575. .. rst-class:: classref-item-separator
  576. ----
  577. .. _class_PopupMenu_method_set_item_accelerator:
  578. .. rst-class:: classref-method
  579. void **set_item_accelerator** **(** :ref:`int<class_int>` index, :ref:`Key<enum_@GlobalScope_Key>` accel **)**
  580. Sets the accelerator of the item at the given ``index``. An accelerator is a keyboard shortcut that can be pressed to trigger the menu button even if it's not currently open. ``accel`` is generally a combination of :ref:`KeyModifierMask<enum_@GlobalScope_KeyModifierMask>`\ s and :ref:`Key<enum_@GlobalScope_Key>`\ s using bitwise OR such as ``KEY_MASK_CTRL | KEY_A`` (:kbd:`Ctrl + A`).
  581. .. rst-class:: classref-item-separator
  582. ----
  583. .. _class_PopupMenu_method_set_item_as_checkable:
  584. .. rst-class:: classref-method
  585. void **set_item_as_checkable** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)**
  586. Sets whether the item at the given ``index`` has a checkbox. If ``false``, sets the type of the item to plain text.
  587. \ **Note:** Checkable items just display a checkmark, but don't have any built-in checking behavior and must be checked/unchecked manually.
  588. .. rst-class:: classref-item-separator
  589. ----
  590. .. _class_PopupMenu_method_set_item_as_radio_checkable:
  591. .. rst-class:: classref-method
  592. void **set_item_as_radio_checkable** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)**
  593. Sets the type of the item at the given ``index`` to radio button. If ``false``, sets the type of the item to plain text.
  594. .. rst-class:: classref-item-separator
  595. ----
  596. .. _class_PopupMenu_method_set_item_as_separator:
  597. .. rst-class:: classref-method
  598. void **set_item_as_separator** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` enable **)**
  599. Mark the item at the given ``index`` as a separator, which means that it would be displayed as a line. If ``false``, sets the type of the item to plain text.
  600. .. rst-class:: classref-item-separator
  601. ----
  602. .. _class_PopupMenu_method_set_item_checked:
  603. .. rst-class:: classref-method
  604. void **set_item_checked** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` checked **)**
  605. Sets the checkstate status of the item at the given ``index``.
  606. .. rst-class:: classref-item-separator
  607. ----
  608. .. _class_PopupMenu_method_set_item_disabled:
  609. .. rst-class:: classref-method
  610. void **set_item_disabled** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` disabled **)**
  611. Enables/disables the item at the given ``index``. When it is disabled, it can't be selected and its action can't be invoked.
  612. .. rst-class:: classref-item-separator
  613. ----
  614. .. _class_PopupMenu_method_set_item_icon:
  615. .. rst-class:: classref-method
  616. void **set_item_icon** **(** :ref:`int<class_int>` index, :ref:`Texture2D<class_Texture2D>` icon **)**
  617. Replaces the :ref:`Texture2D<class_Texture2D>` icon of the item at the given ``index``.
  618. .. rst-class:: classref-item-separator
  619. ----
  620. .. _class_PopupMenu_method_set_item_id:
  621. .. rst-class:: classref-method
  622. void **set_item_id** **(** :ref:`int<class_int>` index, :ref:`int<class_int>` id **)**
  623. Sets the ``id`` of the item at the given ``index``.
  624. The ``id`` is used in :ref:`id_pressed<class_PopupMenu_signal_id_pressed>` and :ref:`id_focused<class_PopupMenu_signal_id_focused>` signals.
  625. .. rst-class:: classref-item-separator
  626. ----
  627. .. _class_PopupMenu_method_set_item_indent:
  628. .. rst-class:: classref-method
  629. void **set_item_indent** **(** :ref:`int<class_int>` index, :ref:`int<class_int>` indent **)**
  630. Sets the horizontal offset of the item at the given ``index``.
  631. .. rst-class:: classref-item-separator
  632. ----
  633. .. _class_PopupMenu_method_set_item_language:
  634. .. rst-class:: classref-method
  635. void **set_item_language** **(** :ref:`int<class_int>` index, :ref:`String<class_String>` language **)**
  636. Sets language code of item's text used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
  637. .. rst-class:: classref-item-separator
  638. ----
  639. .. _class_PopupMenu_method_set_item_metadata:
  640. .. rst-class:: classref-method
  641. void **set_item_metadata** **(** :ref:`int<class_int>` index, :ref:`Variant<class_Variant>` metadata **)**
  642. Sets the metadata of an item, which may be of any type. You can later get it with :ref:`get_item_metadata<class_PopupMenu_method_get_item_metadata>`, which provides a simple way of assigning context data to items.
  643. .. rst-class:: classref-item-separator
  644. ----
  645. .. _class_PopupMenu_method_set_item_multistate:
  646. .. rst-class:: classref-method
  647. void **set_item_multistate** **(** :ref:`int<class_int>` index, :ref:`int<class_int>` state **)**
  648. Sets the state of a multistate item. See :ref:`add_multistate_item<class_PopupMenu_method_add_multistate_item>` for details.
  649. .. rst-class:: classref-item-separator
  650. ----
  651. .. _class_PopupMenu_method_set_item_shortcut:
  652. .. rst-class:: classref-method
  653. void **set_item_shortcut** **(** :ref:`int<class_int>` index, :ref:`Shortcut<class_Shortcut>` shortcut, :ref:`bool<class_bool>` global=false **)**
  654. Sets a :ref:`Shortcut<class_Shortcut>` for the item at the given ``index``.
  655. .. rst-class:: classref-item-separator
  656. ----
  657. .. _class_PopupMenu_method_set_item_shortcut_disabled:
  658. .. rst-class:: classref-method
  659. void **set_item_shortcut_disabled** **(** :ref:`int<class_int>` index, :ref:`bool<class_bool>` disabled **)**
  660. Disables the :ref:`Shortcut<class_Shortcut>` of the item at the given ``index``.
  661. .. rst-class:: classref-item-separator
  662. ----
  663. .. _class_PopupMenu_method_set_item_submenu:
  664. .. rst-class:: classref-method
  665. void **set_item_submenu** **(** :ref:`int<class_int>` index, :ref:`String<class_String>` submenu **)**
  666. Sets the submenu of the item at the given ``index``. The submenu is the name of a child **PopupMenu** node that would be shown when the item is clicked.
  667. .. rst-class:: classref-item-separator
  668. ----
  669. .. _class_PopupMenu_method_set_item_text:
  670. .. rst-class:: classref-method
  671. void **set_item_text** **(** :ref:`int<class_int>` index, :ref:`String<class_String>` text **)**
  672. Sets the text of the item at the given ``index``.
  673. .. rst-class:: classref-item-separator
  674. ----
  675. .. _class_PopupMenu_method_set_item_text_direction:
  676. .. rst-class:: classref-method
  677. void **set_item_text_direction** **(** :ref:`int<class_int>` index, :ref:`TextDirection<enum_Control_TextDirection>` direction **)**
  678. Sets item's text base writing direction.
  679. .. rst-class:: classref-item-separator
  680. ----
  681. .. _class_PopupMenu_method_set_item_tooltip:
  682. .. rst-class:: classref-method
  683. void **set_item_tooltip** **(** :ref:`int<class_int>` index, :ref:`String<class_String>` tooltip **)**
  684. Sets the :ref:`String<class_String>` tooltip of the item at the given ``index``.
  685. .. rst-class:: classref-item-separator
  686. ----
  687. .. _class_PopupMenu_method_toggle_item_checked:
  688. .. rst-class:: classref-method
  689. void **toggle_item_checked** **(** :ref:`int<class_int>` index **)**
  690. Toggles the check state of the item at the given ``index``.
  691. .. rst-class:: classref-item-separator
  692. ----
  693. .. _class_PopupMenu_method_toggle_item_multistate:
  694. .. rst-class:: classref-method
  695. void **toggle_item_multistate** **(** :ref:`int<class_int>` index **)**
  696. Cycle to the next state of a multistate item. See :ref:`add_multistate_item<class_PopupMenu_method_add_multistate_item>` for details.
  697. .. rst-class:: classref-section-separator
  698. ----
  699. .. rst-class:: classref-descriptions-group
  700. Theme Property Descriptions
  701. ---------------------------
  702. .. _class_PopupMenu_theme_color_font_accelerator_color:
  703. .. rst-class:: classref-themeproperty
  704. :ref:`Color<class_Color>` **font_accelerator_color** = ``Color(0.7, 0.7, 0.7, 0.8)``
  705. The text :ref:`Color<class_Color>` used for shortcuts and accelerators that show next to the menu item name when defined. See :ref:`get_item_accelerator<class_PopupMenu_method_get_item_accelerator>` for more info on accelerators.
  706. .. rst-class:: classref-item-separator
  707. ----
  708. .. _class_PopupMenu_theme_color_font_color:
  709. .. rst-class:: classref-themeproperty
  710. :ref:`Color<class_Color>` **font_color** = ``Color(0.875, 0.875, 0.875, 1)``
  711. The default text :ref:`Color<class_Color>` for menu items' names.
  712. .. rst-class:: classref-item-separator
  713. ----
  714. .. _class_PopupMenu_theme_color_font_disabled_color:
  715. .. rst-class:: classref-themeproperty
  716. :ref:`Color<class_Color>` **font_disabled_color** = ``Color(0.4, 0.4, 0.4, 0.8)``
  717. :ref:`Color<class_Color>` used for disabled menu items' text.
  718. .. rst-class:: classref-item-separator
  719. ----
  720. .. _class_PopupMenu_theme_color_font_hover_color:
  721. .. rst-class:: classref-themeproperty
  722. :ref:`Color<class_Color>` **font_hover_color** = ``Color(0.875, 0.875, 0.875, 1)``
  723. :ref:`Color<class_Color>` used for the hovered text.
  724. .. rst-class:: classref-item-separator
  725. ----
  726. .. _class_PopupMenu_theme_color_font_outline_color:
  727. .. rst-class:: classref-themeproperty
  728. :ref:`Color<class_Color>` **font_outline_color** = ``Color(1, 1, 1, 1)``
  729. The tint of text outline of the menu item.
  730. .. rst-class:: classref-item-separator
  731. ----
  732. .. _class_PopupMenu_theme_color_font_separator_color:
  733. .. rst-class:: classref-themeproperty
  734. :ref:`Color<class_Color>` **font_separator_color** = ``Color(0.875, 0.875, 0.875, 1)``
  735. :ref:`Color<class_Color>` used for labeled separators' text. See :ref:`add_separator<class_PopupMenu_method_add_separator>`.
  736. .. rst-class:: classref-item-separator
  737. ----
  738. .. _class_PopupMenu_theme_color_font_separator_outline_color:
  739. .. rst-class:: classref-themeproperty
  740. :ref:`Color<class_Color>` **font_separator_outline_color** = ``Color(1, 1, 1, 1)``
  741. The tint of text outline of the labeled separator.
  742. .. rst-class:: classref-item-separator
  743. ----
  744. .. _class_PopupMenu_theme_constant_h_separation:
  745. .. rst-class:: classref-themeproperty
  746. :ref:`int<class_int>` **h_separation** = ``4``
  747. The horizontal space between the item's elements.
  748. .. rst-class:: classref-item-separator
  749. ----
  750. .. _class_PopupMenu_theme_constant_indent:
  751. .. rst-class:: classref-themeproperty
  752. :ref:`int<class_int>` **indent** = ``10``
  753. Width of the single indentation level.
  754. .. rst-class:: classref-item-separator
  755. ----
  756. .. _class_PopupMenu_theme_constant_item_end_padding:
  757. .. rst-class:: classref-themeproperty
  758. :ref:`int<class_int>` **item_end_padding** = ``2``
  759. Horizontal padding to the right of the items (or left, in RTL layout).
  760. .. rst-class:: classref-item-separator
  761. ----
  762. .. _class_PopupMenu_theme_constant_item_start_padding:
  763. .. rst-class:: classref-themeproperty
  764. :ref:`int<class_int>` **item_start_padding** = ``2``
  765. Horizontal padding to the left of the items (or right, in RTL layout).
  766. .. rst-class:: classref-item-separator
  767. ----
  768. .. _class_PopupMenu_theme_constant_outline_size:
  769. .. rst-class:: classref-themeproperty
  770. :ref:`int<class_int>` **outline_size** = ``0``
  771. The size of the item text outline.
  772. \ **Note:** If using a font with :ref:`FontFile.multichannel_signed_distance_field<class_FontFile_property_multichannel_signed_distance_field>` enabled, its :ref:`FontFile.msdf_pixel_range<class_FontFile_property_msdf_pixel_range>` must be set to at least *twice* the value of :ref:`outline_size<class_PopupMenu_theme_constant_outline_size>` for outline rendering to look correct. Otherwise, the outline may appear to be cut off earlier than intended.
  773. .. rst-class:: classref-item-separator
  774. ----
  775. .. _class_PopupMenu_theme_constant_separator_outline_size:
  776. .. rst-class:: classref-themeproperty
  777. :ref:`int<class_int>` **separator_outline_size** = ``0``
  778. The size of the labeled separator text outline.
  779. .. rst-class:: classref-item-separator
  780. ----
  781. .. _class_PopupMenu_theme_constant_v_separation:
  782. .. rst-class:: classref-themeproperty
  783. :ref:`int<class_int>` **v_separation** = ``4``
  784. The vertical space between each menu item.
  785. .. rst-class:: classref-item-separator
  786. ----
  787. .. _class_PopupMenu_theme_font_font:
  788. .. rst-class:: classref-themeproperty
  789. :ref:`Font<class_Font>` **font**
  790. :ref:`Font<class_Font>` used for the menu items.
  791. .. rst-class:: classref-item-separator
  792. ----
  793. .. _class_PopupMenu_theme_font_font_separator:
  794. .. rst-class:: classref-themeproperty
  795. :ref:`Font<class_Font>` **font_separator**
  796. :ref:`Font<class_Font>` used for the labeled separator.
  797. .. rst-class:: classref-item-separator
  798. ----
  799. .. _class_PopupMenu_theme_font_size_font_separator_size:
  800. .. rst-class:: classref-themeproperty
  801. :ref:`int<class_int>` **font_separator_size**
  802. Font size of the labeled separator.
  803. .. rst-class:: classref-item-separator
  804. ----
  805. .. _class_PopupMenu_theme_font_size_font_size:
  806. .. rst-class:: classref-themeproperty
  807. :ref:`int<class_int>` **font_size**
  808. Font size of the menu items.
  809. .. rst-class:: classref-item-separator
  810. ----
  811. .. _class_PopupMenu_theme_icon_checked:
  812. .. rst-class:: classref-themeproperty
  813. :ref:`Texture2D<class_Texture2D>` **checked**
  814. :ref:`Texture2D<class_Texture2D>` icon for the checked checkbox items.
  815. .. rst-class:: classref-item-separator
  816. ----
  817. .. _class_PopupMenu_theme_icon_checked_disabled:
  818. .. rst-class:: classref-themeproperty
  819. :ref:`Texture2D<class_Texture2D>` **checked_disabled**
  820. :ref:`Texture2D<class_Texture2D>` icon for the checked checkbox items when they are disabled.
  821. .. rst-class:: classref-item-separator
  822. ----
  823. .. _class_PopupMenu_theme_icon_radio_checked:
  824. .. rst-class:: classref-themeproperty
  825. :ref:`Texture2D<class_Texture2D>` **radio_checked**
  826. :ref:`Texture2D<class_Texture2D>` icon for the checked radio button items.
  827. .. rst-class:: classref-item-separator
  828. ----
  829. .. _class_PopupMenu_theme_icon_radio_checked_disabled:
  830. .. rst-class:: classref-themeproperty
  831. :ref:`Texture2D<class_Texture2D>` **radio_checked_disabled**
  832. :ref:`Texture2D<class_Texture2D>` icon for the checked radio button items when they are disabled.
  833. .. rst-class:: classref-item-separator
  834. ----
  835. .. _class_PopupMenu_theme_icon_radio_unchecked:
  836. .. rst-class:: classref-themeproperty
  837. :ref:`Texture2D<class_Texture2D>` **radio_unchecked**
  838. :ref:`Texture2D<class_Texture2D>` icon for the unchecked radio button items.
  839. .. rst-class:: classref-item-separator
  840. ----
  841. .. _class_PopupMenu_theme_icon_radio_unchecked_disabled:
  842. .. rst-class:: classref-themeproperty
  843. :ref:`Texture2D<class_Texture2D>` **radio_unchecked_disabled**
  844. :ref:`Texture2D<class_Texture2D>` icon for the unchecked radio button items when they are disabled.
  845. .. rst-class:: classref-item-separator
  846. ----
  847. .. _class_PopupMenu_theme_icon_submenu:
  848. .. rst-class:: classref-themeproperty
  849. :ref:`Texture2D<class_Texture2D>` **submenu**
  850. :ref:`Texture2D<class_Texture2D>` icon for the submenu arrow (for left-to-right layouts).
  851. .. rst-class:: classref-item-separator
  852. ----
  853. .. _class_PopupMenu_theme_icon_submenu_mirrored:
  854. .. rst-class:: classref-themeproperty
  855. :ref:`Texture2D<class_Texture2D>` **submenu_mirrored**
  856. :ref:`Texture2D<class_Texture2D>` icon for the submenu arrow (for right-to-left layouts).
  857. .. rst-class:: classref-item-separator
  858. ----
  859. .. _class_PopupMenu_theme_icon_unchecked:
  860. .. rst-class:: classref-themeproperty
  861. :ref:`Texture2D<class_Texture2D>` **unchecked**
  862. :ref:`Texture2D<class_Texture2D>` icon for the unchecked checkbox items.
  863. .. rst-class:: classref-item-separator
  864. ----
  865. .. _class_PopupMenu_theme_icon_unchecked_disabled:
  866. .. rst-class:: classref-themeproperty
  867. :ref:`Texture2D<class_Texture2D>` **unchecked_disabled**
  868. :ref:`Texture2D<class_Texture2D>` icon for the unchecked checkbox items when they are disabled.
  869. .. rst-class:: classref-item-separator
  870. ----
  871. .. _class_PopupMenu_theme_style_hover:
  872. .. rst-class:: classref-themeproperty
  873. :ref:`StyleBox<class_StyleBox>` **hover**
  874. :ref:`StyleBox<class_StyleBox>` displayed when the **PopupMenu** item is hovered.
  875. .. rst-class:: classref-item-separator
  876. ----
  877. .. _class_PopupMenu_theme_style_labeled_separator_left:
  878. .. rst-class:: classref-themeproperty
  879. :ref:`StyleBox<class_StyleBox>` **labeled_separator_left**
  880. :ref:`StyleBox<class_StyleBox>` for the left side of labeled separator. See :ref:`add_separator<class_PopupMenu_method_add_separator>`.
  881. .. rst-class:: classref-item-separator
  882. ----
  883. .. _class_PopupMenu_theme_style_labeled_separator_right:
  884. .. rst-class:: classref-themeproperty
  885. :ref:`StyleBox<class_StyleBox>` **labeled_separator_right**
  886. :ref:`StyleBox<class_StyleBox>` for the right side of labeled separator. See :ref:`add_separator<class_PopupMenu_method_add_separator>`.
  887. .. rst-class:: classref-item-separator
  888. ----
  889. .. _class_PopupMenu_theme_style_panel:
  890. .. rst-class:: classref-themeproperty
  891. :ref:`StyleBox<class_StyleBox>` **panel**
  892. Default :ref:`StyleBox<class_StyleBox>` of the **PopupMenu** items.
  893. .. rst-class:: classref-item-separator
  894. ----
  895. .. _class_PopupMenu_theme_style_panel_disabled:
  896. .. rst-class:: classref-themeproperty
  897. :ref:`StyleBox<class_StyleBox>` **panel_disabled**
  898. :ref:`StyleBox<class_StyleBox>` used when the **PopupMenu** item is disabled.
  899. .. rst-class:: classref-item-separator
  900. ----
  901. .. _class_PopupMenu_theme_style_separator:
  902. .. rst-class:: classref-themeproperty
  903. :ref:`StyleBox<class_StyleBox>` **separator**
  904. :ref:`StyleBox<class_StyleBox>` used for the separators. See :ref:`add_separator<class_PopupMenu_method_add_separator>`.
  905. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  906. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  907. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  908. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  909. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  910. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`