Up to date
This page is up to date for Godot 4.0
.
If you still find outdated information, please open an issue.
Popup¶
Inherits: Window < Viewport < Node < Object
Inherited By: PopupMenu, PopupPanel
Popup is a base window container for popup-like subwindows.
Description¶
Popup is a base window container for popup-like subwindows. It's a modal by default (see Window.popup_window) and has helpers for custom popup behavior.
Properties¶
borderless |
|
|
popup_window |
|
|
transient |
|
|
unresizable |
|
|
visible |
|
|
wrap_controls |
|
Signals¶
popup_hide ( )
Emitted when the popup is hidden.