class_popuppanel.rst 765 B

1234567891011121314151617181920212223
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_PopupPanel:
  4. PopupPanel
  5. ==========
  6. **Inherits:** :ref:`Popup<class_popup>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Class for displaying popups with a panel background.
  11. Description
  12. -----------
  13. Class for displaying popups with a panel background. In some cases it might be simpler to use than :ref:`Popup<class_popup>`, since it provides a configurable background. If you are making windows, better check :ref:`WindowDialog<class_windowdialog>`.