class_popupmenu.rst 98 KB

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