Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
Popup
Inherits: Window < Viewport < Node < Object
Inherited By: PopupMenu, PopupPanel
Base class for contextual windows and panels with fixed position.
Description
Popup is a base class for contextual windows and panels with fixed position. It's a modal by default (see Window.popup_window) and provides methods for implementing custom popup behavior.
Properties
borderless |
|
|
popup_window |
|
|
transient |
|
|
unresizable |
|
|
visible |
|
|
wrap_controls |
|
Signals
popup_hide() 🔗
Emitted when the popup is hidden.