mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add classes ref generated by makerst.py
This commit is contained in:
43
classes/class_menubutton.rst
Normal file
43
classes/class_menubutton.rst
Normal file
@@ -0,0 +1,43 @@
|
||||
.. _class_MenuButton:
|
||||
|
||||
MenuButton
|
||||
==========
|
||||
|
||||
Inherits: :ref:`Button<class_button>`
|
||||
-------------------------------------
|
||||
|
||||
Category: Core
|
||||
--------------
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
Special button that brings up a :ref:`PopupMenu<class_popupmenu>` when clicked.
|
||||
|
||||
Member Functions
|
||||
----------------
|
||||
|
||||
+------------------------------------+-----------------------------------------------------------+
|
||||
| :ref:`PopupMenu<class_popupmenu>` | :ref:`get_popup<class_MenuButton_get_popup>` **(** **)** |
|
||||
+------------------------------------+-----------------------------------------------------------+
|
||||
|
||||
Signals
|
||||
-------
|
||||
|
||||
- **about_to_show** **(** **)**
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Special button that brings up a :ref:`PopupMenu<class_popupmenu>` when clicked. That's pretty much all it does, as it's just a helper class when bulding GUIs.
|
||||
|
||||
Member Function Description
|
||||
---------------------------
|
||||
|
||||
.. _class_MenuButton_get_popup:
|
||||
|
||||
- :ref:`PopupMenu<class_popupmenu>` **get_popup** **(** **)**
|
||||
|
||||
Return the :ref:`PopupMenu<class_popupmenu>` contained in this button.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user